共用方式為


.NET 範例 - Windows Form:文件配置

這個章節包括下列範例:

錨定範例

Dockman 範例

停駐範例

錨定範例

這個範例示範使用 Anchor 屬性將控制項置入其容器中。

連結到線上範例文件

連結到線上範例原始程式碼

這個範例中所用的命名空間:

System;System.Windows.Forms;System.Drawing;System.ComponentModel

這個範例中所用的類別:

Form;Component;Style;TextBox;Container;Control;Button;Icon;EventHandler;Message;Application;SystemInformation;MessageBox;EventArgs;Thread

Dockman 範例

這個範例允許使用者動態地設定控制項的各種停駐和錨定屬性,以便檢視這些屬性可能產生的效果。

連結到線上範例文件

連結到線上範例原始程式碼

這個範例中所用的命名空間:

System;System.Windows.Forms;System.Drawing;System.ComponentModel

這個範例中所用的類別:

Form;Style;Button;Control;RadioButton;EventHandler;CheckBox;Component;Panel;ToolTip;Group;GroupBox;Container;EventArgs;Icon;Application;SystemColors;Thread

停駐範例

這個範例示範使用 Dock 屬性將控制項置入其容器中。

連結到線上範例文件

連結到線上範例原始程式碼

這個範例中所用的命名空間:

System;System.Windows.Forms;System.Drawing;System.ComponentModel;System.Collections

這個範例中所用的類別:

Button;Form;Panel;Style;ToolBar;ToolBarButton;StatusBar;Component;StatusBarPanel;Control;EventArgs;SystemColors;EventHandler;Container;Hashtable;Hash;Thread;Application;Icon;ToolBarButtonClickEventHandler;ToolTip;ToolBarButtonClickEventArgs