UIElement.ProtectedCursor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
property CoreCursor ^ ProtectedCursor { CoreCursor ^ get(); void set(CoreCursor ^ value); };
protected:
property InputCursor ^ ProtectedCursor { InputCursor ^ get(); void set(InputCursor ^ value); };
CoreCursor ProtectedCursor();
void ProtectedCursor(CoreCursor value);
InputCursor ProtectedCursor();
void ProtectedCursor(InputCursor value);
protected CoreCursor ProtectedCursor { get; set; }
protected InputCursor ProtectedCursor { get; set; }
Protected Property ProtectedCursor As CoreCursor
Protected Property ProtectedCursor As InputCursor