IBaseViewerOptionsClosable Property |
Whether the viewer window should be closable.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxNullable<bool> Closable { get; set; }
Property Closable As Nullable(Of Boolean)
Get
Set
property Nullable<bool> Closable {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract Closable : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also