[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents a standard Windows label. [Property] @AutoEllipsis=Sets a value indicating whether the ellipsis character appears at the right edge of the Label, denoting that the Label text extends beyond the specified length of the Label. ARG(bool)|14|1|True,False @AutoSize=Sets a value indicating whether the control is automatically resized to display its entire contents. ARG(bool)|14|1|True,False @BorderStyle=Sets the border style for the control. ARG(BorderStyle)|14|0|None,FixedSingle,Fixed3D @FlatStyle=Sets the flat style appearance of the label control. ARG(FlatStyle)|14|2|Flat,Popup,Standard,System @Image=Sets the image that is displayed on a Label. ARG(Image)|20|(empty)|Image @ImageAlign=Sets the alignment of an image that is displayed in the control. ARG(ContentAlignment)|14|4|TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight @ImageIndex=Sets the index value of the image displayed on the Label. ARG(int)|1|0 @ImageKey=Sets the key accessor for the image in the ImageList. ARG(string)|2| @ImageList=Sets the ImageList that contains the images to display in the Label control. ARG(ImageList)|20|(empty)|ImageList @TextAlign=Sets the alignment of text in the label. ARG(ContentAlignment)|14|0|TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight @UseCompatibleTextRendering=Sets a value that determines whether to use the Graphics class to render text. ARG(bool)|14|1|True,False @UseMnemonic=Sets a value indicating whether the control interprets an ampersand character in the control's Text property to be an access key prefix character. ARG(bool)|14|0|True,False [Methods] *doGetPreferredSize=Retrieves the size of a rectangular area into which a control can be fitted. ARG(Size proposedSize)|1|0 *doTabStop=Sets a value indicating whether the user can tab to the Label. This property is not used by this class. ARG(bool)|1|0 *onAutoSizeChanged=Occurs when the value of the AutoSize property changes. ARG(EventArgs)|2|0 *onGetPreferredSize=Occurs after invoke the method doGetPreferredSize and returns the result. ARG(Size)|2|0 *onTextAlignChanged=Occurs when the value of the TextAlign property has changed. ARG(EventArgs)|2|0 *AutoEllipsis=Returns a value indicating whether the ellipsis character appears at the right edge of the Label, denoting that the Label text extends beyond the specified length of the Label. ARG(bool)|3|104 *AutoSize=Returns a value indicating whether the control is automatically resized to display its entire contents. ARG(bool)|3|104 *BorderStyle=Returns the border style for the control. ARG(BorderStyle)|3|0 *FlatStyle=Returns the flat style appearance of the label control. ARG(FlatStyle)|3|0 *Image=Returns the image that is displayed on a Label. ARG(Image)|3|0 *ImageAlign=Returns the alignment of an image that is displayed in the control. ARG(ContentAlignment)|3|0 *ImageIndex=Returns the index value of the image displayed on the Label. 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 images to display in the Label control. ARG(ImageList)|3|0 *PreferredHeight=Returns the preferred height of the control. ARG(int)|3|1 *PreferredWidth=Returns the preferred width of the control. ARG(int)|3|1 *TabStop=Returns a value indicating whether the user can tab to the Label. This property is not used by this class. ARG(bool)|3|104 *TextAlign=Returns the alignment of text in the label. ARG(ContentAlignment)|3|0 *UseCompatibleTextRendering=Returns a value that determines whether to use the Graphics class to render text. ARG(bool)|3|104 *UseMnemonic=Returns a value indicating whether the control interprets an ampersand character in the control's Text property to be an access key prefix character. ARG(bool)|3|104 *proposedSize=The custom-sized area for a control. ARG(Size)|4|0