[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Implements the basic functionality common to button controls [Property] ##ButtonBase=ButtonBase class properties @AutoEllipsis=Sets a value indicating whether the ellipsis character (...) appears at the right edge of the control, denoting that the control text extends beyond the specified length of the control. ARG(bool)|14|1|True,False @AutoSize=Sets a value that indicates whether the control resizes based on its contents. ARG(bool)|14|1|True,False @FlatStyle=Sets the flat style appearance of the button control. ARG(FlatStyle)|14|2|Flat,Popup,Standard,System ##Image=Image to display in the control @Image=Sets the image that is displayed on a button control. ARG(Image)|20|(empty)|Image @ImageAlign=Sets the alignment of the image on the button control. ARG(ContentAlignment)|14|4|TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight @ImageIndex=Sets the image list index value of the image displayed on the button control. ARG(int)|1|-1 @ImageKey=Sets the key accessor for the image in the ImageList. ARG(string)|2| @ImageList=Sets the ImageList that contains the Image displayed on a button control. ARG(ImageList)|20|(empty)|ImageList ## @TextAlign=Sets the alignment of the text on the button control. ARG(ContentAlignment)|14|4|TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight @TextImageRelation=Sets the position of text and image relative to each other. ARG(TextImageRelation)|14|0|Overlay,ImageAboveText,TextAboveImage,ImageBeforeText,TextBeforeImage @UseCompatibleTextRendering=Sets a value that determines whether to use the Graphics class (GDI+) or the TextRenderer class (GDI) to render text. ARG(bool)|14|1|True,False @UseMnemonic=Sets a value indicating whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. ARG(bool)|14|0|True,False @UseVisualStyleBackColor=Sets a value that determines if the background is drawn using visual styles, if supported. ARG(bool)|14|0|True,False ## [Methods] *onAutoSizeChanged=Occurs when the value of the AutoSize property changes ARG(args)|2| *AutoEllipsis=Returns a value indicating whether the ellipsis character (...) appears at the right edge of the control, denoting that the control text extends beyond the specified length of the control. ARG(bool)|3|104 *AutoSize=Returns a value that indicates whether the control resizes based on its contents. ARG(bool)|3|104 *FlatAppearance=Returns the appearance of the border and the colors used to indicate check state and mouse state. ARG(FlatButtonAppearance)|3|0 *FlatStyle=Returns the flat style appearance of the button control. ARG(FlatStyle)|3|0 *Image=Returns the image that is displayed on a button control. ARG(Image)|3|11 *ImageAlign=Returns the alignment of the image on the button control. ARG(ContentAlignment)|3|0 *ImageIndex=Returns the image list index value of the image displayed on the button control. ARG(int)|3|1 *ImageKey=Returns the key accessor for the image in the ImageList. ARG(string)|3|2 *ImageList=Returns the ImageList that contains the Image displayed on a button control. ARG(ImageList)|3|13 *TextAlign=Returns the alignment of the text on the button control. ARG(ContentAlignment)|3|0 *TextImageRelation=Returns the position of text and image relative to each other. ARG(TextImageRelation)|3|0 *UseCompatibleTextRendering=Returns a value that determines whether to use the Graphics class (GDI+) or the TextRenderer class (GDI) to render text. ARG(bool)|3|104 *UseMnemonic=Returns a value indicating whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. ARG(bool)|3|104 *UseVisualStyleBackColor=Returns a value that determines if the background is drawn using visual styles, if supported. ARG(bool)|3|104