SetVisibleCore Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub SetVisibleCore( _
ByVal As System.Boolean _
)
'Usage
Dim instance As LicenseDialog
Dim value As System.Boolean
instance.SetVisibleCore(value)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void SetVisibleCore(
System.bool
)
protected procedure SetVisibleCore(
: System.Boolean
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function SetVisibleCore(
: System.boolean
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void SetVisibleCore(
System.bool
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void SetVisibleCore(
System.bool
)
Parameters
- value
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also