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






In This Topic
    GetStyle Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetStyle( _
       ByVal flag As System.Windows.Forms.ControlStyles _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim flag As System.Windows.Forms.ControlStyles
    Dim value As System.Boolean
     
    value = instance.GetStyle(flag)
    protected System.bool GetStyle( 
       System.Windows.Forms.ControlStyles flag
    )
    protected function GetStyle( 
        flag: System.Windows.Forms.ControlStyles
    ): System.Boolean; 
    protected function GetStyle( 
       flag : System.Windows.Forms.ControlStyles
    ) : System.boolean;
    protected: System.bool GetStyle( 
       System.Windows.Forms.ControlStyles flag
    ) 
    protected:
    System.bool GetStyle( 
       System.Windows.Forms.ControlStyles flag
    ) 

    Parameters

    flag
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also