Name | Description | |
---|---|---|
ButtonElement Constructor | Overloaded. |
The following tables list the members exposed by ButtonElement.
Name | Description | |
---|---|---|
ButtonElement Constructor | Overloaded. |
Name | Description | |
---|---|---|
AlignHorz | Gets or sets the horizontal alignment of the contents of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
AlignText | Gets or sets the text alignment for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
AlignVert | Gets or sets the vertical alignment of the contents of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
BackColor | Gets or sets the background color for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
BackgroundImage | Gets or sets the background image for the control. (Inherited from FarPoint.Win.ElementWindowless) | |
Border | Gets or sets the border for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
CancelMouse | Internal use only. (Inherited from FarPoint.Win.ElementWindowless) | |
CanFocus | Gets or sets whether the element can receive focus. (Inherited from FarPoint.Win.ElementWindowless) | |
ContainsFocus | Gets whether the element currently has the input focus. (Inherited from FarPoint.Win.ElementWindowless) | |
DrawFocusRectangle | Gets or sets the focus rectangle drawing style in the element. (Inherited from FarPoint.Win.ElementWindowless) | |
Enabled | Gets or sets whether the element is enabled. (Inherited from FarPoint.Win.ElementWindowless) | |
Focused | Gets whether the element has focus. (Inherited from FarPoint.Win.ElementWindowless) | |
Font | Gets or sets the font for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
ForeColor | Gets or sets the foreground color for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
ForegroundImage | Gets or sets the foreground image for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
MarginBottom | Gets or sets the margin between the bottom of the element and its contents. (Inherited from FarPoint.Win.ElementWindowless) | |
MarginLeft | Gets or sets the margin between the left edge of the element and its contents. (Inherited from FarPoint.Win.ElementWindowless) | |
MarginRight | Gets or sets the margin between the right edge of the element and its contents. (Inherited from FarPoint.Win.ElementWindowless) | |
MarginTop | Gets or sets the margin between the top of the element and its contents. (Inherited from FarPoint.Win.ElementWindowless) | |
Name | Gets or sets the name of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
Parent | Internal use only. (Inherited from FarPoint.Win.ElementWindowless) | |
Picture | Gets or sets the picture for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
PictureMargin | Gets or sets the margin between the text and the picture. (Inherited from FarPoint.Win.ElementWindowless) | |
PictureOrientation | Gets or sets the picture orientation for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
PictureTransparencyColor | Gets or sets the picture transparency color for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
PictureTransparencyTolerance | Gets or sets the picture transparency tolerance for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
Rectangle | Gets the rectangular coordinates of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
Redraw | Gets or sets whether the element is allowed to paint. (Inherited from FarPoint.Win.ElementWindowless) | |
Selectable | Gets or sets whether the control can receive focus. (Inherited from FarPoint.Win.ElementWindowless) | |
State | Gets or sets the state of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
StateNotifyList | Internal use only. (Inherited from FarPoint.Win.ElementWindowless) | |
Tag | Gets or sets the Tag object for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
Text | Gets or sets the text for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
TextOrientation | Gets or sets the text orientation for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
TextRotationAngle | Gets or sets the rotation angle of the text in the element. (Inherited from FarPoint.Win.ElementWindowless) | |
TextWrap | Gets or sets whether to wrap the text in the element. (Inherited from FarPoint.Win.ElementWindowless) | |
Visible | Gets or sets whether the element is visible. (Inherited from FarPoint.Win.ElementWindowless) |
Name | Description | |
---|---|---|
Elements | Gets the collection of IElement-derived objects that the current ElementWindowless object contains. (Inherited from FarPoint.Win.ElementWindowless) | |
RectangleF | Gets the rectangular coordinates of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
ScaleFactor | (Inherited from FarPoint.Win.ElementWindowless) |
Name | Description | |
---|---|---|
CopyTo | Copies the properties of this windowless element object into the target object. (Inherited from FarPoint.Win.ElementWindowless) | |
Deserialize | Loads the object from XML. (Inherited from FarPoint.Win.ElementWindowless) | |
Focus | Moves the focus to the element. (Inherited from FarPoint.Win.ElementWindowless) | |
GetClientRectangle | Overloaded. Gets the coordinates of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
GetControl | Gets the Control object if the element is derived from the ElementWindowless class. (Inherited from FarPoint.Win.ElementWindowless) | |
GetElementStyle | Gets the style for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
GetFont | Gets the default font used by the element, if the Font property is null. (Inherited from FarPoint.Win.ElementWindowless) | |
OnFontChanged | Raises the ElementWindowless.FontChanged event when the font in the control has changed. (Inherited from FarPoint.Win.ElementWindowless) | |
OnPaint | Overloaded. Paints the element (text and picture). (Inherited from FarPoint.Win.ElementWindowless) | |
OnPaintBackground | Overloaded. Paints the background of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
Refresh | Forces the element to invalidate its client area and immediately repaint. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetBackColor | Resets the background color to its default setting. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetBorder | Resets the border of the element to its default settings. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetFont | Resets the font for the element to it default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetForeColor | Resets the text color for the element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetPictureTransparencyColor | Resets the transparency of a picture in the element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetPictureTransparencyTolerance | Resets the transparency tolerance for a picture in the element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetTag | Resets the Tag object for the element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetTextRotationAngle | Resets the rotation angle for text in the element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
Serialize | Saves the object to XML. (Inherited from FarPoint.Win.ElementWindowless) | |
SetBounds | Overloaded. Sets the bounds of the element to the location and size of the bounding rectangle of the specified dimensions (in integer values). (Inherited from FarPoint.Win.ElementWindowless) | |
SetElementStyle | Overloaded. Sets the style for the element. (Inherited from FarPoint.Win.ElementWindowless) | |
SetState | Sets the state of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
ShouldSerializeBackColor | Indicates whether the BackColor property should be persisted. (Inherited from FarPoint.Win.ElementWindowless) | |
ShouldSerializeFont | Indicates whether the Font property should be persisted. (Inherited from FarPoint.Win.ElementWindowless) | |
ShouldSerializeForeColor | Indicates whether the ForeColor property should be persisted. (Inherited from FarPoint.Win.ElementWindowless) | |
ShouldSerializePictureTransparencyColor | Indicates whether the PictureTransparencyColor property should be persisted. (Inherited from FarPoint.Win.ElementWindowless) | |
ShouldSerializePictureTransparencyTolerance | Indicates whether the PictureTransparencyTolerance property should be persisted. (Inherited from FarPoint.Win.ElementWindowless) | |
ShouldSerializeTag | Indicates whether the Tag property should be persisted. (Inherited from FarPoint.Win.ElementWindowless) | |
ShouldSerializeTextRotationAngle | Indicates whether the TextRotationAngle property should be persisted. (Inherited from FarPoint.Win.ElementWindowless) | |
ToggleState | Toggles the state of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
Update | Causes the control to redraw the invalidated regions with its client area. (Inherited from FarPoint.Win.ElementWindowless) |
Name | Description | |
---|---|---|
GetClientRectangleF | Overloaded. Gets the coordinates of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
GetTextAndPictureRectangles | Gets the rectangles for the text and pictures of the element. (Inherited from FarPoint.Win.ElementWindowless) | |
OnBackgroundImageChanged | Raises the ElementWindowless.BackgroundImageChanged event when the background picture has changed. (Inherited from FarPoint.Win.ElementWindowless) | |
OnChanged | Raises the ElementWindowless.Changed event when the element has changed. (Inherited from FarPoint.Win.ElementWindowless) | |
OnClick | Raises the ElementWindowless.Click event when the use clicks on the control. (Inherited from FarPoint.Win.ElementWindowless) | |
OnDoubleClick | Raises the ElementWindowless.DoubleClick event when the use double-clicks on the control. (Inherited from FarPoint.Win.ElementWindowless) | |
OnForegroundImageChanged | Raises the ElementWindowless.ForegroundImageChanged event when the foreground picture has changed. (Inherited from FarPoint.Win.ElementWindowless) | |
OnMouseDown | Overridden. MouseDown processing. | |
OnMouseMove | Raises the ElementWindowless.MouseMove event when the pointer is moved within the control and the cursor is over the control. (Inherited from FarPoint.Win.ElementWindowless) | |
OnMouseUp | Overridden. MouseUp processing. | |
OnNameChanging | Raises the NameChanging event. (Inherited from FarPoint.Win.ElementWindowless) | |
OnParentChanged | Raises the ElementWindowless.ParentChanged event when the the parent of the element has changed. (Inherited from FarPoint.Win.ElementWindowless) | |
OnPictureChanged | Raises the ElementWindowless.PictureChanged event when the picture has changed. (Inherited from FarPoint.Win.ElementWindowless) | |
OnPropertyChanged | Raises the ElementWindowless.PropertyChanged event when the property on an element has changed. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintBackColor | Paints background color. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintBackgroundImage | Paints background image. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintBorder | Paints borders. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintElements | Paints elements. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintFocusRectangle | Paints focus rectangle. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintForegroundImage | Paints foreground image. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintPicture | Paints the picture in the element. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintSpecialBackground | Paints special background. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintSpecialForeground | Paints special foreground. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintText | Paints the text of the element in the specified rectangle. (Inherited from FarPoint.Win.ElementWindowless) | |
PaintTextAndPicture | Paints the text and picture in the element. (Inherited from FarPoint.Win.ElementWindowless) | |
ProcessMouseDown | MouseDown processing. (Inherited from FarPoint.Win.ElementWindowless) | |
ProcessMouseUp | MouseDown processing. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetAlignHorz | Resets the horizontal alignment of the element to the default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetAlignText | Resets the text alignment of the element to the default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetAlignVert | Resets the vertical alignment of the element to the default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetBackgroundImage | Resets the background image of the element to the default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetCanFocus | Resets to the default value whether the element can have the focus. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetElements | Resets the elements to their default settings. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetEnabled | Resets to the default value whether the element is enabled. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetForegroundImage | Resets the foreground image for the element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetMarginBottom | Resets the margin between the bottom of the element and its contents to the default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetMarginLeft | Resets the margin between the left side of the element and its contents to the default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetMarginRight | Resets the margin between the right side of the element and its contents to the default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetMarginTop | Resets the margin between the top of the element and its contents to the default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetParent | Internal use only. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetPicture | Resets the image for the element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetPictureMargin | Resets the margin between text and picture to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetPictureOrientation | Resets the orientation of the picture in the element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetText | Resets the text in an element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetTextOrientation | Resets the orientation of text in an element to its default value. (Inherited from FarPoint.Win.ElementWindowless) | |
ResetVisible | Resets to the default value whether an element is visible. (Inherited from FarPoint.Win.ElementWindowless) | |
SetBoundsFloat | Sets the bounds of the element to the location and size of the bounding rectangle of the specified dimensions (in floating-point values). (Inherited from FarPoint.Win.ElementWindowless) |
Name | Description | |
---|---|---|
BackgroundImageChanged | Occurs when the background image for the element changes. (Inherited from FarPoint.Win.ElementWindowless) | |
Changed | Occurs when the element changes. (Inherited from FarPoint.Win.ElementWindowless) | |
Click | Occurs when the user clicks the element. (Inherited from FarPoint.Win.ElementWindowless) | |
DoubleClick | Occurs when the user double-clicks the element. (Inherited from FarPoint.Win.ElementWindowless) | |
FontChanged | Occurs when the font for the element changes. (Inherited from FarPoint.Win.ElementWindowless) | |
ForegroundImageChanged | Occurs when the foreground image for the element changes. (Inherited from FarPoint.Win.ElementWindowless) | |
MouseDown | Occurs if the user presses a mouse button while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless) | |
MouseMove | Occurs if the user moves the cursor while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless) | |
MouseUp | Occurs if the user releases a mouse button while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless) | |
NameChanging | Occurs before the Name property of the element changes. (Inherited from FarPoint.Win.ElementWindowless) | |
ParentChanged | Occurs when the parent of the element changes. (Inherited from FarPoint.Win.ElementWindowless) | |
PictureChanged | Occurs when the picture in the element changes. (Inherited from FarPoint.Win.ElementWindowless) | |
PropertyChanged | Occurs when a property on the element changes. (Inherited from FarPoint.Win.ElementWindowless) |