GrapeCity.Win.Pickers 名前空間 > GcFontPicker クラス : ShowOverflowTips プロパティ |
次のサンプルコードは、フォントを選択するためのGcFontPickerコントロールを作成して使用する方法を示します。また、ShowOverflowTipsプロパティの使用方法も示します。この例を実行するには、button1という名前のSystem.Windows.Forms.Buttonインスタンスを含むSystem.Windows.Forms.Formに以下のコードを追加し、ここで作成したメソッドをコンストラクターまたはフォーム上の別のメソッドから呼び出す必要があります。
private void GcFontPicker_DropDownClosed(object sender, EventArgs e) { MessageBox.Show("You are in the GcFontPicker.DropDownClosed event."); }
Private Sub GcFontPicker_DropDownClosed(ByVal sender As Object, ByVal e As EventArgs) MessageBox.Show("You are in the GcFontPicker.DropDownClosed event.") 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