Aspose::Email::Clients::Google::Gadget Class Reference

A gadget that extends this event. More...

Inherits Object.

Public Member Functions

System::String get_Type () const
 The gadget's type. More...
 
void set_Type (System::String value)
 The gadget's type. More...
 
System::String get_Title () const
 The gadget's title. More...
 
void set_Title (System::String value)
 The gadget's title. More...
 
System::String get_Link () const
 The gadget's URL. More...
 
void set_Link (System::String value)
 The gadget's URL. More...
 
System::String get_IconLink () const
 The gadget's icon URL. More...
 
void set_IconLink (System::String value)
 The gadget's icon URL. More...
 
int32_t get_Width () const
 The gadget's width in pixels. More...
 
void set_Width (int32_t value)
 The gadget's width in pixels. More...
 
int32_t get_Height () const
 The gadget's height in pixels. More...
 
void set_Height (int32_t value)
 The gadget's height in pixels. More...
 
System::String get_Display () const
 The gadget's display mode. Optional. Possible values are: "icon" - The gadget displays next to the event's title in the calendar view. "chip" - The gadget displays when the event is clicked. More...
 
void set_Display (System::String value)
 The gadget's display mode. Optional. Possible values are: "icon" - The gadget displays next to the event's title in the calendar view. "chip" - The gadget displays when the event is clicked. More...
 
System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::String > > get_Preferences () const
 The gadget's preferences More...
 
 Gadget ()
 Initializes a new instance of the Gadget class. More...
 

Detailed Description

A gadget that extends this event.

Constructor & Destructor Documentation

◆ Gadget()

Aspose::Email::Clients::Google::Gadget::Gadget ( )

Initializes a new instance of the Gadget class.

Member Function Documentation

◆ get_Display()

System::String Aspose::Email::Clients::Google::Gadget::get_Display ( ) const

The gadget's display mode. Optional. Possible values are: "icon" - The gadget displays next to the event's title in the calendar view. "chip" - The gadget displays when the event is clicked.

◆ get_Height()

int32_t Aspose::Email::Clients::Google::Gadget::get_Height ( ) const

The gadget's height in pixels.

◆ get_IconLink()

System::String Aspose::Email::Clients::Google::Gadget::get_IconLink ( ) const

The gadget's icon URL.

◆ get_Link()

System::String Aspose::Email::Clients::Google::Gadget::get_Link ( ) const

The gadget's URL.

◆ get_Preferences()

System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::String> > Aspose::Email::Clients::Google::Gadget::get_Preferences ( ) const

The gadget's preferences

◆ get_Title()

System::String Aspose::Email::Clients::Google::Gadget::get_Title ( ) const

The gadget's title.

◆ get_Type()

System::String Aspose::Email::Clients::Google::Gadget::get_Type ( ) const

The gadget's type.

◆ get_Width()

int32_t Aspose::Email::Clients::Google::Gadget::get_Width ( ) const

The gadget's width in pixels.

◆ set_Display()

void Aspose::Email::Clients::Google::Gadget::set_Display ( System::String  value)

The gadget's display mode. Optional. Possible values are: "icon" - The gadget displays next to the event's title in the calendar view. "chip" - The gadget displays when the event is clicked.

◆ set_Height()

void Aspose::Email::Clients::Google::Gadget::set_Height ( int32_t  value)

The gadget's height in pixels.

◆ set_IconLink()

void Aspose::Email::Clients::Google::Gadget::set_IconLink ( System::String  value)

The gadget's icon URL.

◆ set_Link()

void Aspose::Email::Clients::Google::Gadget::set_Link ( System::String  value)

The gadget's URL.

◆ set_Title()

void Aspose::Email::Clients::Google::Gadget::set_Title ( System::String  value)

The gadget's title.

◆ set_Type()

void Aspose::Email::Clients::Google::Gadget::set_Type ( System::String  value)

The gadget's type.

◆ set_Width()

void Aspose::Email::Clients::Google::Gadget::set_Width ( int32_t  value)

The gadget's width in pixels.