Form.TopOffset
Property
Description:
Retrieve/set the top offset of the form object. It is only valid for locked form.
Retrieve/set the top offset of the form object. It is only valid for locked form.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when this is not a locked form. |
ArgumentException | Thrown when the value is invalid. |
ApplicationException | Thrown when it fail to get/set TopOffset. |