CanEnableIme Property (DicomViewer)
In This Topic
Syntax
'Declaration
Protected Overridable ReadOnly Property CanEnableIme As System.Boolean
'Usage
Dim instance As DicomViewer
Dim value As System.Boolean
value = instance.CanEnableIme
protected virtual System.bool CanEnableIme {get;}
protected read-only property CanEnableIme: System.Boolean; virtual;
protected function get CanEnableIme : System.boolean
protected: __property virtual System.bool get_CanEnableIme();
protected:
virtual property System.bool CanEnableIme {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also