Tesseract Engine Documentation

UCAD_Control Class

Leaf ToolStripItems which contain UserControls. UserControl is persistant, and invoked by selecting the corresponding ToolStripItem. Loads the Tab property in UCAD xml.

For a list of all members of this type, see UCAD_Control Members.

System.Object
   MarshalByRefObject
      Component
         ToolStripItem
            ToolStripDropDownItem
               ToolStripMenuItem
                  UCAD_Control

[ToolStripItemDesignerAvailability(ItemAdditionVisibility=(ToolStripItemDesignerAvailability.MenuStrip|ToolStripItemDesignerAvailability.ContextMenuStrip))]
[DesignerSerializer(SerializerTypeName="System.Windows.Forms.Design.ToolStripMenuItemCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ToolStripMenuItemDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultProperty(Name="DropDownItems")]
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ToolStripItemDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultEvent(Name="Click")]
[DesignTimeVisible(Visible=False)]
[ToolboxItem(ToolboxItemType=null)]
[DesignerCategory(Category="Component")]
public class UCAD_Control : ToolStripMenuItem

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DarkWynter.Shell

Assembly: DWEngine (in DWEngine.dll)

See Also

UCAD_Control Members | DarkWynter.Shell Namespace