GrapeCity.Win.Containers 名前空間 > GcComboFrame クラス : ContentPanel プロパティ |
Public ReadOnly Property ContentPanel As ContentPanel
public ContentPanel ContentPanel {get;}
private void SetComboFrameContentControl() { // Sets some properties of textBox1 to fit it into the ContentPanel of gcComboFrame1. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox1.Multiline = true; // Set textBox1 as gcComboFram1's content control. this.gcComboFrame1.ContentPanel.Controls.Add(this.textBox1); }
Private Sub SetComboFrameContentControl() ' Sets some properties of textBox1 to fit it into the ContentPanel of gcComboFrame1. Me.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None Me.textBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.textBox1.Multiline = True ' Set textBox1 as gcComboFram1's content control. Me.gcComboFrame1.ContentPanel.Controls.Add(Me.textBox1) 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