ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsMarkController Class / GetPropertiesWindow Method
Mark to edit.
ImageGear view (used as a parent for a new form).




In This Topic
    GetPropertiesWindow Method (ImGearARTFormsMarkController)
    In This Topic
    Returns a property window for a given mark.
    Syntax
    'Declaration
     
    Public Overridable Function GetPropertiesWindow( _
       ByVal mark As ImGearARTMark, _
       ByVal view As ImGearPageView _
    ) As Form
    'Usage
     
    Dim instance As ImGearARTFormsMarkController
    Dim mark As ImGearARTMark
    Dim view As ImGearPageView
    Dim value As Form
     
    value = instance.GetPropertiesWindow(mark, view)
    public virtual Form GetPropertiesWindow( 
       ImGearARTMark mark,
       ImGearPageView view
    )
    public: virtual Form* GetPropertiesWindow( 
       ImGearARTMark* mark,
       ImGearPageView* view
    ) 
    public:
    virtual Form^ GetPropertiesWindow( 
       ImGearARTMark^ mark,
       ImGearPageView^ view
    ) 

    Parameters

    mark
    Mark to edit.
    view
    ImageGear view (used as a parent for a new form).

    Return Value

    A form with a given mark properties.
    Remarks
    For common marks it returns an existing property window included in Annotator. For custom mark user is responsible to implement his own property window.
    See Also