Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
現在描画されている(または描画される)ページです(DslPage)。
名前空間: DslDialogアッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public DslPage CurrentPage { get; set; } |
Visual Basic |
---|
Public Property CurrentPage As DslPage Get Set |
Visual C++ |
---|
public: property DslPage^ CurrentPage { DslPage^ get (); void set (DslPage^ value); } |