GetStyle Method (LicenseDialog)
In This Topic
Syntax
'Declaration
Protected Function GetStyle( _
ByVal As System.Windows.Forms.ControlStyles _
) As System.Boolean
'Usage
Dim instance As LicenseDialog
Dim flag As System.Windows.Forms.ControlStyles
Dim value As System.Boolean
value = instance.GetStyle(flag)
protected System.bool GetStyle(
System.Windows.Forms.ControlStyles
)
protected function GetStyle(
: System.Windows.Forms.ControlStyles
): System.Boolean;
protected function GetStyle(
: System.Windows.Forms.ControlStyles
) : System.boolean;
protected: System.bool GetStyle(
System.Windows.Forms.ControlStyles
)
protected:
System.bool GetStyle(
System.Windows.Forms.ControlStyles
)
Parameters
- flag
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also