'宣言 Public Property ButtonStyle As Infragistics.Win.UIElementButtonStyle
public Infragistics.Win.UIElementButtonStyle ButtonStyle {get; set;}
Private Sub 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
private void SetupGrid() { // Give all of the buttons in the grid the 'WindowsXPCommandButton' visual style. // this.ultraGrid1.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsXPCommandButton; }