Class FileMenuBar
Child to "ItemWindow" Parent of MenuItems[Save, Open, Close, Options.. etc.]... and TabPage(Under fileTab)[ New Xml Author, Print, New ..etc.]
Inheritance
System.Object
FileMenuBar
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()
Namespace: Quark.XA.Core.AutomationProject
Assembly: Quark.XA.Core.AutomationProject.dll
Syntax
public class FileMenuBar
Constructors
FileMenuBar(UIItemContainer)
Declaration
public FileMenuBar(UIItemContainer container)
Parameters
| Type | Name | Description |
|---|---|---|
| UIItemContainer | container |
Fields
_menuItem
Declaration
public string _menuItem
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
FileMenuItem
Declaration
public Menu FileMenuItem { get; }
Property Value
| Type | Description |
|---|---|
| Menu |
MenuItem
Declaration
public Menu MenuItem { get; }
Property Value
| Type | Description |
|---|---|
| Menu |
TabPage
Declaration
public TabPage TabPage { get; }
Property Value
| Type | Description |
|---|---|
| TabPage |