IAutoShape
Click Property
|
Gets or sets the hyperlink defined for mouse click.
Read/write
ClickHyperlink
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
ClickHyperlink Click { get; set; }
Property Click As ClickHyperlink
Get
Set
property ClickHyperlink^ Click {
ClickHyperlink^ get ();
void set (ClickHyperlink^ value);
}
abstract Click : ClickHyperlink with get, set
Property Value
Type:
ClickHyperlink
Implements
IShape
Click
See Also