IWebFormsBuilderUIService.BuildColor(Control, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動 ColorBuilder 以建置色彩屬性。
public:
System::String ^ BuildColor(System::Windows::Forms::Control ^ owner, System::String ^ initialColor);
public string BuildColor (System.Windows.Forms.Control owner, string initialColor);
abstract member BuildColor : System.Windows.Forms.Control * string -> string
Public Function BuildColor (owner As Control, initialColor As String) As String
參數
- owner
- Control
控制項,用來做為由 ColorBuilder 所顯示之對話方塊的父代。
- initialColor
- String
預選編輯器的初始色彩。
傳回
選取的色彩。 這個值將會是命名色彩,或以 HTML 色彩格式 (#RRGGBB) 表示的 RGB 色彩。
備註
參數 initialColor
應該是具名色彩,或以 HTML 色彩格式表示的 RGB 色彩 (#RRGGBB) 。