| StatusBarTextProviderInstanceStatusBar Property |
This is used to get or set the status bar component to use for this
instance.
Namespace: SandcastleBuilder.Utils.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public Object InstanceStatusBar { get; set; }
Public Property InstanceStatusBar As Object
Get
Set
public:
property Object^ InstanceStatusBar {
Object^ get ();
void set (Object^ value);
}
member InstanceStatusBar : Object with get, set
Property Value
Type:
ObjectIf not set or set to null, it will use the status bar
control assigned to the
ApplicationStatusBar
property.
Exceptions Exception | Condition |
---|
ArgumentException | This is thrown if the object
is not a status bar control or a tool strip item. |
See Also