ProcessDialogChar Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.Security.Permissions.UIPermissionAttribute(UIPermissionWindow.AllWindows)>
Protected Overridable Function ProcessDialogChar( _
ByVal As System.Char _
) As System.Boolean
'Usage
Dim instance As LicenseDialog
Dim charCode As System.Char
Dim value As System.Boolean
value = instance.ProcessDialogChar(charCode)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Security.Permissions.UIPermission(UIPermissionWindow.AllWindows)]
protected virtual System.bool ProcessDialogChar(
System.char
)
protected function ProcessDialogChar(
: System.Char
): System.Boolean; virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.Security.Permissions.UIPermissionAttribute(UIPermissionWindow.AllWindows)
protected function ProcessDialogChar(
: System.char
) : System.boolean;
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Security.Permissions.UIPermission(UIPermissionWindow.AllWindows)]
protected: virtual System.bool ProcessDialogChar(
System.char
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Security.Permissions.UIPermission(UIPermissionWindow.AllWindows)]
protected:
virtual System.bool ProcessDialogChar(
System.char
)
Parameters
- charCode
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also