IUIElement.Show 方法

定义

显示用户界面元素。

public:
 int Show();
public:
 int Show();
int Show();
public int Show ();
abstract member Show : unit -> int
Public Function Show () As Integer

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于