GrapeCity.Win.Containers 名前空間 > GcComboFrame クラス : DropDownSizeChanged イベント |
Public Event DropDownSizeChanged As EventHandler
public event EventHandler DropDownSizeChanged
private void GcComboFrame1_DropDownSizeChanged(object sender, EventArgs e) { // Output the size of drop-down window to the Text of gcComboFrame1's parent form. this.Text = "Drop-down window's size: " + this.gcComboFrame1.DropDownSettings.Size; }
Private Sub GcComboFrame1_DropDownSizeChanged(ByVal sender As Object, ByVal e As EventArgs) ' Output the size of drop-down window to the Text of gcComboFrame1's parent form. Me.Text = "Drop-down window's size: " + Me.gcComboFrame1.DropDownSettings.Size.ToString() End Sub
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