Spread Windows Forms 10.0 Product Documentation
ElementWithButtons Class Members
Properties  Methods  Events


The following tables list the members exposed by ElementWithButtons.

Public Constructors
 NameDescription
Public ConstructorElementWithButtons ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAlignHorzGets or sets the horizontal alignment of the contents of the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyAlignTextGets or sets the alignment of the text in the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyAlignVertGets or sets the vertical alignment of the contents of the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyBackColorGets or sets the background color for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyBackgroundImageGets or sets the background image for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyBorderGets or sets the border for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyButtonStyleGets or sets the style for the buttons.  
Public PropertyButtonWidthGets or sets the width in pixels of the header buttons.  
Public PropertyCanFocusGets or sets whether the element can receive focus. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyContainsFocusGets whether the element currently has the input focus. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyDrawFocusRectangleGets or sets whether and how the focus rectangle is displayed in the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyDropDownButtonGets whether a drop-down button has been implemented.  
Public PropertyEnabledGets or sets whether the object can receive focus and respond to user actions. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyFocusedGets whether the element has focus. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyFontGets or sets the font for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyForeColorGets or sets the foreground color for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyForegroundImageGets or sets the foreground image for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyMarginBottomGets or sets the margin between the bottom of the element and its contents. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyMarginLeftGets or sets the margin between the left edge of the element and its contents. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyMarginRightGets or sets the margin between the right edge of the element and its contents. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyMarginTopGets or sets the margin between the top of the element and its contents. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyNameGets or sets the name of the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyPictureGets or sets the picture for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyPictureMarginGets or sets the margin between the text and the picture. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyPictureOrientationGets or sets the picture orientation for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyPictureTransparencyColorGets or sets the picture transparency color for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyPictureTransparencyToleranceGets or sets the picture transparency tolerance for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyPopUpButtonGets whether a pop-up button has been implemented.  
Public PropertyRectangleGets the rectangular coordinates of the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyRedrawOverridden. Gets or sets whether the element is allowed to paint.  
Public PropertyScrollDownButtonGets whether a scroll down button has been implemented.  
Public PropertyScrollUpButtonGets whether a scroll up button has been implemented.  
Public PropertyStateGets or sets the state of the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyTagGets or sets the Tag object for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyTextGets or sets the text for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyTextOrientationGets or sets the text orientation for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyTextRotationAngleGets or sets the rotation angle of the text in the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyTextWrapGets or sets whether to wrap the text in the element. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyVisibleGets or sets whether the element is visible. (Inherited from FarPoint.Win.ElementWindowless)
Top
Protected Properties
 NameDescription
Protected PropertyElementsGets the collection of IElement-derived objects that the current ElementWindowless object contains. (Inherited from FarPoint.Win.ElementWindowless)
Top
Public Methods
 NameDescription
Public MethodCopyToCopies the properties of this windowless element object into the target object. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodDeserializeLoads the object from XML. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodFocusMoves the focus to the element. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodGetElementStyleGets the style for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodGetFontGets the default font for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodOnFontChangedRaises the FontChanged event when the font in the control has changed. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodRefreshForces the element to invalidate its client area and immediately repaint. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodResetBackColorResets the background color to its default setting. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodResetBorderResets the border of the element to its default settings. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodResetFontResets the font for the element to it default value. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodResetForeColorResets the text color for the element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodResetPictureTransparencyColorResets the transparency of a picture in the element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodResetPictureTransparencyToleranceResets the transparency tolerance for a picture in the element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodResetTagResets the Tag object for the element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodResetTextRotationAngleResets the rotation angle for text in the element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodSerializeSaves the object to XML. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodSetBoundsOverloaded. 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)
Public MethodSetElementStyleOverloaded. Sets the style for the element. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodUpdateForces the element to repaint immediately any region that has become invalid. (Inherited from FarPoint.Win.ElementWindowless)
Top
Protected Methods
 NameDescription
Protected MethodOnChangedRaises the Changed event when the element has changed. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnClickRaises the Click event when the use clicks on the control. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnDoubleClickRaises the DoubleClick event when the use double-clicks on the control. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnDropClickProcesses the Click events that occur in a drop-down button.  
Protected MethodOnDropDoubleClickProcesses the DoubleClick events that occur in a drop-down button.  
Protected MethodOnNameChangingRaises the NameChanging event. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnParentChangedRaises the ParentChanged event when the the parent of the element has changed. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnPopUpClickProcesses the Click events that occur in the pop-up button.  
Protected MethodOnPopUpDoubleClickProcesses the DoubleClick events that occur in the pop-up button.  
Protected MethodOnPropertyChangedRaises the PropertyChanged event when the property on an element has changed. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnScrollClickProcesses the Click events that occur in scroll buttons.  
Protected MethodOnScrollDoubleClickProcesses the DoubleClick events that occur in scroll buttons.  
Protected MethodOnScrollMouseDownProcesses the MouseDown events that occur in scroll buttons.  
Protected MethodResetAlignHorzResets the horizontal alignment of the element to the default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetAlignTextResets the text alignment of the element to the default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetAlignVertResets the vertical alignment of the element to the default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetBackgroundImageResets the background image of the element to the default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetCanFocusResets to the default value whether the element can have the focus. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetEnabledResets to the default value whether the element is enabled. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetForegroundImageResets the foreground image for the element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetMarginBottomResets the margin between the bottom of the element and its contents to the default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetMarginLeftResets the margin between the left side of the element and its contents to the default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetMarginRightResets the margin between the right side of the element and its contents to the default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetMarginTopResets the margin between the top of the element and its contents to the default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetParentInternal use only. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetPictureResets the image for the element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetPictureMarginResets the margin between text and picture to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetPictureOrientationResets the orientation of the picture in the element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetTextResets the text in an element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetTextOrientationResets the orientation of text in an element to its default value. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodResetVisibleResets to the default value whether an element is visible. (Inherited from FarPoint.Win.ElementWindowless)
Top
Public Events
 NameDescription
Public EventBackgroundImageChangedOccurs when the background image for the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventChangedOccurs when the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventClickOccurs when the user clicks the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventDoubleClickOccurs when the user double-clicks the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventFontChangedOccurs when the font for the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventForegroundImageChangedOccurs when the foreground image for the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventMouseDownOccurs if the user presses a mouse button while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventMouseMoveOccurs if the user moves the cursor while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventMouseUpOccurs if the user releases a mouse button while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventNameChangingOccurs before the Name property of the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventPictureChangedOccurs when the picture in the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventPropertyChangedOccurs when a property on the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Top
See Also

Reference

ElementWithButtons Class
FarPoint.Win Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.