Inheritance
System.Object
MenuBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FlatPMSDK.dll
Fields
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Declaration
Field Value
Declaration
public int ShownItemCount
Field Value
Type |
Description |
System.Int32 |
|
Declaration
Field Value
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public MenuBase.MenuObject AddFolderElement(ref int lrindex, string text, string[] options)
Parameters
Type |
Name |
Description |
System.Int32 |
lrindex |
|
System.String |
text |
|
System.String[] |
options |
|
Returns
Declaration
public void AddTextElement(ref int lrindex, string text, string[] options, MenuBase.MenuObject folder = null)
Parameters
Type |
Name |
Description |
System.Int32 |
lrindex |
|
System.String |
text |
|
System.String[] |
options |
|
MenuBase.MenuObject |
folder |
|
Declaration
public bool Attach(Graphics gfx)
Parameters
Type |
Name |
Description |
Graphics |
gfx |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
Declaration