[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ScrollableControl,ContainerControl Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Creates a container within which other controls can share horizontal or vertical space [Edit] Class=Panel Color=BackColor [Property] Width= | |150 Height= | |150 Text= | | @Orientation=Sets a value indicating the horizontal or vertical orientation of the ToolStripPanel. ARG(Orientation)|14|0|Horizontal,Vertical @RenderMode=Sets the painting styles to be applied to the ToolStripPanel. ARG(ToolStripRenderMode)|14|3|Custom,System,Professional,ManagerRenderMode @RowMargin=Sets the spacing, in pixels, between the ToolStripPanelRows and the ToolStripPanel. ARG(Padding)|20|(empty)|Padding [Methods] *doBeginInit=Begins the initialization of a ToolStripPanel. ARG()|1|0 *doConstructor=Initializes a new instance of the ToolStripPanel class. ARG()|1|0 *doEndInit=Ends the initialization of a ToolStripPanel. ARG()|1|0 *doJoin=Adds the specified ToolStrip to a ToolStripPanel. ARG(ToolStrip toolStripToDrag)|1|0 *doJoin2=Adds the specified ToolStrip to a ToolStripPanel at the specified location. ARG(ToolStrip toolStripToDrag, Point location)|1|0 *doJoin3=Adds the specified ToolStrip to a ToolStripPanel in the specified row. ARG(ToolStrip toolStripToDrag, int row)|1|0 *doJoin4=Adds the specified ToolStrip to a ToolStripPanel at the specified coordinates. ARG(ToolStrip toolStripToDrag, int x, int y)|1|0 *doLocked=Sets a value indicating whether the ToolStripPanel can be moved or resized. ARG(bool)|1|0 *doPointToRow=Retrieves the ToolStripPanelRow given a point within the ToolStripPanel client area. ARG(Point clientLocation)|1|0 *doRenderer=Sets a ToolStripRenderer used to customize the appearance of a ToolStripPanel. ARG(ToolStripRenderer)|1|0 *onPointToRow=Occurs after invoke the method doPointToRow and returns the result. ARG(ToolStripPanelRow)|2|0 *onRendererChanged=Occurs when the value of the Renderer property changes. ARG(EventArgs)|2|0 *LayoutEngine=Returns a cached instance of the control's layout engine. ARG(LayoutEngine)|3|0 *Locked=Returns a value indicating whether the ToolStripPanel can be moved or resized. ARG(bool)|3|104 *Orientation=Returns a value indicating the horizontal or vertical orientation of the ToolStripPanel. ARG(Orientation)|3|0 *Renderer=Returns a ToolStripRenderer used to customize the appearance of a ToolStripPanel. ARG(ToolStripRenderer)|3|0 *RenderMode=Returns the painting styles to be applied to the ToolStripPanel. ARG(ToolStripRenderMode)|3|0 *RowMargin=Returns the spacing, in pixels, between the ToolStripPanelRows and the ToolStripPanel. ARG(Padding)|3|0 *Rows=Returns the ToolStripPanelRows in this ToolStripPanel. ARG(ToolStripPanelRow[])|3|13 ToolStripPanel=Returns the ToolStripPanel object. ARG(ToolStripPanel)|3|0 *clientLocation=Defines a Point used as a reference to find the ToolStripPanelRow. ARG(Point)|4|0 *location=Defines a Point value representing the x- and y-client coordinates, in pixels, of the new location for the ToolStrip. ARG(Point)|4|0 *row=Defines an Int32 representing the ToolStripPanelRow to which the ToolStrip is added. ARG(int)|4|1 *toolStripToDrag=Defines the ToolStrip to add to the ToolStripPanel. ARG(ToolStrip)|4|0 *x=Defines the horizontal client coordinate, in pixels. ARG(int)|4|1 *y=Defines the vertical client coordinate, in pixels. ARG(int)|4|1