The width of the specified signature control in pixels.
object.Width
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISSignature interface |
int
Display some information about the specified signature control, including its width in pixels.
Dim aSignature
Dim aSignatureInfo
Set aSignature = Form.Controls_("Signature1")
aSignatureInfo =_
"ShortName: " & aSignature.ShortName & vbNewLine &_
"Caption: " & aSignature.Caption & vbNewLine &_
"TypeName: " & aSignature.TypeName & vbNewLine &_
"Width: " & aSignature.Width & vbNewLine &_
"Height: " & aSignature.Height & vbNewLine &_
"Left: " & aSignature.Left & vbNewLine &_
"Top: " & aSignature.Top & vbNewLine &_
"IsModified " & aSignature.IsModified & vbNewLine &_
"Enabled: " & aSignature.Enabled
Profile.MsgBox(aSignatureInfo)
In Profile Client v8 on User Interface Width can be found in
.