Windows ボタン 拡張コントロールを示します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public class YWButton : Button, IYWEditable, 
	IYWFocus
Visual Basic
Public Class YWButton _
	Inherits Button _
	Implements IYWEditable, IYWFocus

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ButtonBase
          System.Windows.Forms..::..Button
            YiaoWang.Windows.Forms..::..YWButton
              YiaoWang.Windows.Forms..::..YWFileDialogButton
              YiaoWang.Windows.Forms..::..YWFolderDialogButton

See Also