DocumentScalerTSetDocumentStatus Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void SetDocumentStatus(
Rectangle objectBounds,
Rectangle selectionBounds,
string errorText,
Point errorLocation
)
Public Sub SetDocumentStatus (
objectBounds As Rectangle,
selectionBounds As Rectangle,
errorText As String,
errorLocation As Point
)
public:
void SetDocumentStatus(
Rectangle objectBounds,
Rectangle selectionBounds,
String^ errorText,
Point errorLocation
)
member SetDocumentStatus :
objectBounds : Rectangle *
selectionBounds : Rectangle *
errorText : string *
errorLocation : Point -> unit
Parameters
- objectBounds Rectangle
-
- selectionBounds Rectangle
-
- errorText String
-
- errorLocation Point
-