Focused Property (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("ControlFocusedDescr")>
Public Overridable ReadOnly Property Focused As System.Boolean
'Usage
Dim instance As DicomViewer
Dim value As System.Boolean
value = instance.Focused
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlFocusedDescr")]
public virtual System.bool Focused {get;}
public read-only property Focused: System.Boolean; virtual;
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("ControlFocusedDescr")
public function get Focused : System.boolean
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlFocusedDescr")]
public: __property virtual System.bool get_Focused();
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlFocusedDescr")]
public:
virtual property System.bool Focused {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also