次の方法で共有


ButtonBase クラス

ボタン コントロールに共通の基本機能を実装します。

この型のすべてのメンバの一覧については、ButtonBase メンバ を参照してください。

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ButtonBase
               System.Windows.Forms.Button
               System.Windows.Forms.CheckBox
               System.Windows.Forms.RadioButton

MustInherit Public Class ButtonBase
   Inherits Control
[C#]
public abstract class ButtonBase : Control
[C++]
public __gc __abstract class ButtonBase : public Control
[JScript]
public abstract class ButtonBase extends Control

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

通常、 ButtonBase から継承することはありません。独自のボタン クラスを作成するには、 ButtonCheckBoxRadioButton の各クラスのいずれかから継承します。

派生したボタン コントロールにイメージを表示するには、 Image プロパティ、または ImageList プロパティと ImageIndex プロパティを設定します。 ImageAlign プロパティを設定することにより、ボタン コントロール上のイメージを整列できます。同様に、ボタン コントロールに表示されている Text を整列するには、 TextAlign プロパティを設定します。

FlatStyle プロパティは、コントロールのスタイルと外観を決定します。 FlatStyle プロパティが FlatStyle.System に設定されている場合は、ユーザーが使用しているオペレーティング システムによってコントロールの外観が決定されます。

必要条件

名前空間: System.Windows.Forms

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)

参照

ButtonBase メンバ | System.Windows.Forms 名前空間 | Control | Button | CheckBox | RadioButton