PrivateSub SetupGrid()
' Give all of the buttons in the grid the 'WindowsXPCommandButton' visual style.
'
Me.ultraGrid1.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsXPCommandButton
End Sub'SetupGrid
'宣言
Public Property ButtonStyle As Infragistics.Win.UIElementButtonStyle
privatevoid SetupGrid()
{
// Give all of the buttons in the grid the 'WindowsXPCommandButton' visual style.
//
this.ultraGrid1.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsXPCommandButton;
}
'宣言
Public Property ButtonStyle As Infragistics.Win.UIElementButtonStyle