ISOPicturePicture Property |
Returns a picture object, suitable for display in a graphics context. Changes to the picture object do not affect the superoffice picture. Note you cannot access this property via the Application object: See MSDN PRB 150034.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIPicture Picture { get; }
ReadOnly Property Picture As IPicture
Get
Dim instance As ISOPicture
Dim value As IPicture
value = instance.Picture
property IPicture^ Picture {
IPicture^ get ();
}
Property Value
Type:
IPicture
See Also