バージョン

ButtonRoundedCornersType 列挙体

ボタンの丸角を作成するために使用する描画ロジックのタイプ。
シンタックス
'宣言
 
Public Enum ButtonRoundedCornersType 
   Inherits System.Enum
public enum ButtonRoundedCornersType : System.Enum 
メンバ
メンバ解説
Auto背景色と境界線関連のプロパティが未設定で、UseBrowserDefaults が True の場合、定義済みの画像ファイルを持つ FileImages は Windows XP と Macintosh ユーザーマシンに有効となります。
BordersByTableCells丸角は、テーブルのセルを使用して作成します。境界線と背景関連のプロパティを使用し、丸角の境界線を構築します。
Disabled丸角は無効です。
FileImages背景画像を使用し、丸角の外観を作成します。
参照