DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Focus Method






In This Topic
    Focus Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Function Focus() As System.Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    value = instance.Focus()
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public System.bool Focus()
    public function Focus(): System.Boolean; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    public function Focus() : System.boolean;
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public: System.bool Focus(); 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public:
    System.bool Focus(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also