SoWWWAnchorHighlightURLCallBack Property |
Application callbacks invoked when the mouse is moved over an anchor so that the app can provide feedback such as changing the cursor, or displaying the anchor description and name.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoWWWAnchorURLCallback HighlightURLCallBack { get; set; }
Public Shared Property HighlightURLCallBack As SoWWWAnchorURLCallback
Get
Set
public:
static property SoWWWAnchorURLCallback^ HighlightURLCallBack {
SoWWWAnchorURLCallback^ get ();
void set (SoWWWAnchorURLCallback^ value);
}
static member HighlightURLCallBack : SoWWWAnchorURLCallback with get, set
Property Value
Type:
SoWWWAnchorURLCallbackRemarks See Also