'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The data of custom cursor.")> Public Property CustomCursorData As Byte[]
[DefaultValue(null)] [Description("The data of custom cursor.")] public byte[] CustomCursorData { get; set; }
[DefaultValue(null)] [Description("The data of custom cursor.")] public: __property byte[] get_CustomCursorData(); public: __property void set_CustomCursorData(
byte[]* value
);
[DefaultValue(null)] [Description("The data of custom cursor.")] public:
property byte[] CustomCursorData { byte[] get(); void set(array<byte>^ value); }