SimpleEditorView.ClosePane Method

Definition

Closes the window and unregisters the component.

public:
 virtual int ClosePane();
public:
 virtual int ClosePane();
 virtual int ClosePane();
public virtual int ClosePane ();
abstract member ClosePane : unit -> int
override this.ClosePane : unit -> int
Public Overridable Function ClosePane () As Integer

Returns

true if successful, otherwise false.

Implements

Remarks

By default this method simply calls FRevokeComponent.

Applies to