BCGControlBar Library for .NET
CommandButtonCell Class
Members 




Implements cell that contains a small button. Used as a base class for some other cells requiring additional command to be executed for cell editing (FontBrowserCell, FolderBrowserCell).
Object Model
CommandButtonCell ClassGridColumn ClassGridDataItem ClassGridDataRow ClassGridCellVisualStyle Class
Syntax
'Declaration
 
Public Class CommandButtonCell 
   Inherits PushButtonCell
'Usage
 
Dim instance As CommandButtonCell
public class CommandButtonCell : PushButtonCell 
public __gc class CommandButtonCell : public PushButtonCell 
public ref class CommandButtonCell : public PushButtonCell 
Inheritance Hierarchy

System.Object
   BCGSoft.Controls.Grid.Cell
      BCGSoft.Controls.Grid.TextCell
         BCGSoft.Controls.Grid.PushButtonCell
            BCGSoft.Controls.Grid.CommandButtonCell
               BCGSoft.Controls.Grid.ColorCell
               BCGSoft.Controls.Grid.FileBrowserCell
               BCGSoft.Controls.Grid.FolderBrowserCell
               BCGSoft.Controls.Grid.FontBrowserCell

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandButtonCell Members
BCGSoft.Controls.Grid Namespace

Send Feedback