Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal width As Integer, _ ByVal center As Integer, _ ByVal name As String, _ ByVal shortcut As Keys _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim width As Integer Dim center As Integer Dim name As String Dim shortcut As Keys Dim instance As New WindowLevelInformation(width, center, name, shortcut) |
Managed Extensions for C++ | |
---|---|
public: WindowLevelInformation( int width, int center, string* name, Keys shortcut ) |
Parameters
- width
- An System.Int32 value that represents the window level width.
- center
- An System.Int32 value that represents the window level center.
- name
- A System.String that represents the name of the WindowLevelInformation object.
- shortcut
- A System.Windows.Forms.Keys value that represent the shortcut key for the WindowLevelInformation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7