BCGControlBar Library for .NET
TasksGroup Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by TasksGroup.

Public Constructors
 NameDescription
Public ConstructorTasksGroup ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldm_handlers (Inherited from BCGSoft.Controls.Shared.CommandObject)
Top
Protected Fields
 NameDescription
Protected Fieldm_text (Inherited from BCGSoft.Controls.Shared.CommandButton)
Top
Public Properties
 NameDescription
Public PropertyAutoRepeatEnabledSpecifies if the timer for execution of autorepeat commands is enabled. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyBaseTaskPage  
Public PropertyBoundsSpecifies the boundaries of the command object. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyCanCollapse  
Public PropertyCaptionArea  
Public PropertyCheckableSpecifies if the command object can get a check state. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyCheckedGets or sets a value indicating whether the command object is in the checked state. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCustomLayoutSpecifies if the size and location of the command object is defined by user and this object will not be resized and moved on calling function AdjustLayout of the parent command panel. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyDisplayImage  
Public PropertyEnabledGets or sets a value indicating whether the command object can respond to user interaction. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyExplicitDisposeThis property has no default implementation. Override this property in the derived class to specify if the command object should be destroy on removing the parent command panel. In BCGControlBar.NET library this property is used in destructor of the PopupMenuBar class to specify if  its child menu items should be removed. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyHasCaption  
Public PropertyHiColorImage  
Public PropertyHidden (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyHighlightedIndicates a value if the command object is highlighted. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyIDGets or sets the ID value that uniquely identifies the command associated with the command object. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyIgnoreLargeIconsModeSpecifies if the large icons mode should be ignored on redrawing of the button. (Inherited from BCGSoft.Controls.Shared.CommandButton)
Public PropertyImageAlignment  
Public PropertyImageSize  
Public PropertyInternalImageIDSpecifies the image from IMAGE_IDS collection to draw within the button. In default implementation of the constructor of the CommandButton class the value "Undefined" is set. (Inherited from BCGSoft.Controls.Shared.CommandButton)
Public PropertyIsAnimated  
Public PropertyIsBottom  
Public PropertyIsCollapsed  
Public PropertyIsDialogControlSpecifies if the command object should be redrawn as a dialog control. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyIsHorizontalSpecifies the orientation of the command object. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyIsHotCaption  
Public PropertyIsSeparatorIndicates a value if the command object is a separator. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyIsSpecial  
Public PropertyItemCollection  
Public PropertyLocation

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its parent command panel.

(Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyMarginGets or sets the space between command objects on the command panel. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyPressedGets a value indicating whether the state of the CommandObject is pressed. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyShowImageIndicates a value whether the image of the button should be displayed on its surface. Returns true, if the current command visual state is  "default" or "image and text". (Inherited from BCGSoft.Controls.Shared.CommandButton)
Public PropertyShowTextIndicates a value whether the text of the button should be displayed on its surface. Returns true, if the  current command visual state is not default. (Inherited from BCGSoft.Controls.Shared.CommandButton)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTasksArea  
Public PropertyTextOverridden.   
Public PropertyTextColor  
Public PropertyTextHotColor  
Public PropertyTextImagePositionSpecifies the position of the image relative to text displayed on the command button. (Inherited from BCGSoft.Controls.Shared.CommandButton)
Public PropertyTransparentColor  
Public PropertyVisibleGets or sets a value indicating whether the command object is displayed. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyVisualStateSpecifies how button's image and text  are displayed when button is located on the toolbar, the  menu bar,  the popup menu bar and  the popup palette. Reflects to the state displayed in customize mode. (Inherited from BCGSoft.Controls.Shared.CommandButton)
Public PropertyVisualStyleSpecifies the visual style of the command object. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyWidth

Gets or sets the width of the command object.

(Inherited from BCGSoft.Controls.Shared.CommandObject)
Public PropertyWrapSpecifies if the command object should be located first at the row below. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Top
Protected Properties
Public Methods
 NameDescription
Public MethodAdjustTasksLayout  
Public MethodCopyBaseHandlers (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  (Inherited from BCGSoft.Controls.Shared.CommandButton)
Public MethodDrawTaskGroupCaptionButton  
Public MethodDrawTaskGroupCaptionImage  
Public MethodDrawTaskGroupCaptionText  
Public MethodEmptyTasksBounds  
Public MethodFire_PropertyChangedRaises PropertyChanged event  which occurs when a property value changes. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetSubItems (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public MethodInit  
Public MethodInitComplete (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsItemCollectionVisibleIn default implementation the function returns false. You  can override this function in the derived class to indicate a value if the command object has a popup menu items' collection and this items are visible.  In BCGControlBar.NET library this function is overridden in class ToolBarMenuButton to specify the visibility of the related popup menu. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public MethodMakeTransparentImage  
Public MethodOnCalculateSizeCalled by the framework to calculate the size of the command button. In default implementation this function  returns a value from parameter "sizeDefault". (Inherited from BCGSoft.Controls.Shared.CommandButton)
Public MethodOnDrawOverloaded. Draws a command button on the specified graphics with a specified boundaries.  
Public MethodOnDrawDesign  
Public MethodOnDrawDesignTask  
Public MethodOnDrawTasks  
Public MethodOnMouseDown

Raises the MouseDown event which occurs when  the mouse pointer is over the command object and a mouse button is pressed.

(Inherited from BCGSoft.Controls.Shared.CommandObject)
Public MethodOnMouseUpRaises the MouseUp event  which occurs  when the mouse pointer is over the ColorPanel and a mouse button is released. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public Methodraise_DrawCommandObject (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public Methodraise_PropertyChanged (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public Methodraise_RedrawCommandObject (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public MethodRedrawThis function has no default implementation. You can override this function in the derived class to redraw the object of this class. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public MethodShouldSerializeHiColorImage  
Public MethodShouldSerializeTextColor  
Public MethodShouldSerializeTextHotColor  
Public MethodShouldSerializeTransparentColor  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUpdateParentPanelRedraws a part of the parent panel. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Top
Protected Methods
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDrawCommandObjectOccurs on redrawing of the command object. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public EventPropertyChangedOccurs when a property value changes. (Inherited from BCGSoft.Controls.Shared.CommandObject)
Public EventRedrawCommandObject (Inherited from BCGSoft.Controls.Shared.CommandObject)
Top
See Also

Reference

TasksGroup Class
BCGSoft.Controls.TasksPane Namespace

Send Feedback