ButtonIconSet.EditorDrawCharIconSelector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EditorDrawCharIconSelector(UInt32, UInt32, Int32) |
Draws a selectable grid of character icons. |
EditorDrawCharIconSelector(UInt32, Boolean, UInt32, Int32) |
Draws a selectable grid of character icons. |
EditorDrawCharIconSelector(UInt32, UInt32, Int32)
Draws a selectable grid of character icons.
public bool EditorDrawCharIconSelector (uint currentChar, out uint newChar, int indentLevel = 0);
member this.EditorDrawCharIconSelector : uint32 * uint32 * int -> bool
Public Function EditorDrawCharIconSelector (currentChar As UInteger, ByRef newChar As UInteger, Optional indentLevel As Integer = 0) As Boolean
Parameters
- currentChar
- UInt32
- newChar
- UInt32
- indentLevel
- Int32
Returns
True if a new icon was selected.
Applies to
EditorDrawCharIconSelector(UInt32, Boolean, UInt32, Int32)
Draws a selectable grid of character icons.
public bool EditorDrawCharIconSelector (uint currentChar, out bool foundChar, out uint newChar, int indentLevel = 0);
member this.EditorDrawCharIconSelector : uint32 * bool * uint32 * int -> bool
Public Function EditorDrawCharIconSelector (currentChar As UInteger, ByRef foundChar As Boolean, ByRef newChar As UInteger, Optional indentLevel As Integer = 0) As Boolean
Parameters
- currentChar
- UInt32
- foundChar
- Boolean
- newChar
- UInt32
- indentLevel
- Int32
Returns
True if a new icon was selected.