| BasePropertyPageIsBinding Property |
This read-only property returns true if binding is occurring or false if not
Namespace: SandcastleBuilder.Package.PropertyPagesAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected bool IsBinding { get; }
Protected ReadOnly Property IsBinding As Boolean
Get
protected:
property bool IsBinding {
bool get ();
}
member IsBinding : bool with get
Property Value
Type:
BooleanSee Also