In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.DefaultValueAttribute(True)>
<System.Runtime.InteropServices.DispIdAttribute(-516)>
<SRDescriptionAttribute("ControlTabStopDescr")>
Public Property TabStop As System.Boolean
'Usage
Dim instance As DicomViewer
Dim value As System.Boolean
instance.TabStop = value
value = instance.TabStop
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(true)]
[System.Runtime.InteropServices.DispId(-516)]
[SRDescription("ControlTabStopDescr")]
public System.bool TabStop {get; set;}
public read-write property TabStop: System.Boolean;
SRCategoryAttribute("CatBehavior")
System.ComponentModel.DefaultValueAttribute()
System.Runtime.InteropServices.DispIdAttribute(-516)
SRDescriptionAttribute("ControlTabStopDescr")
public function get,set TabStop : System.boolean
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(true)]
[System.Runtime.InteropServices.DispId(-516)]
[SRDescription("ControlTabStopDescr")]
public: __property System.bool get_TabStop();
public: __property void set_TabStop(
System.bool value
);
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(true)]
[System.Runtime.InteropServices.DispId(-516)]
[SRDescription("ControlTabStopDescr")]
public:
property System.bool TabStop {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also