Gets or sets the default secondary picture used by all
AnnEncryptObject objects.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Property DefaultSecondaryPicture As AnnPicture |
C# | |
---|
public static AnnPicture DefaultSecondaryPicture {get; set;} |
Managed Extensions for C++ | |
---|
public: __property static AnnPicture* get_DefaultSecondaryPicture();
public: __property static void set_DefaultSecondaryPicture(
AnnPicture* value
); |
Return Value
An
AnnPicture class that defines the secondary picture used by the
AnnEncryptObject.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also