EditorViewSelSubscript Property
|
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(145)]
public bool SelSubscript { get; set; }<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(145)>
Public Property SelSubscript As Boolean
Get
Set
public:
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(145)]
property bool SelSubscript {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also