SubMenuStyleCollection.Item[Int32] 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.
Gets a reference to the SubMenuStyle object at the specified index in the SubMenuStyleCollection collection object.
public:
property System::Web::UI::WebControls::SubMenuStyle ^ default[int] { System::Web::UI::WebControls::SubMenuStyle ^ get(int i); void set(int i, System::Web::UI::WebControls::SubMenuStyle ^ value); };
public System.Web.UI.WebControls.SubMenuStyle this[int i] { get; set; }
member this.Item(int) : System.Web.UI.WebControls.SubMenuStyle with get, set
Default Public Property Item(i As Integer) As SubMenuStyle
Parameters
- i
- Int32
The location of the SubMenuStyle object in the SubMenuStyleCollection collection.
Property Value
A reference to the SubMenuStyle object.
Exceptions
The index parameter is less than zero or greater than or equal to the Count property value.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา