Intersoft WebCombo Documentation
ResultBoxShadow Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : ResultBoxShadow Property






Specifies whether shadow should be applied to resultbox. This property is only applicable to IE browser and ResultBoxWindowType should be set to Normal. Specifies whether shadow should be applied to resultbox. This property is only applicable to IE browser and ResultBoxWindowType should be set to Normal.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether shadow should be applied to resultbox. This property is only applicable to IE browser and ResultBoxWindowType should be set to Normal.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property ResultBoxShadow As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.ResultBoxShadow = value
 
value = instance.ResultBoxShadow
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether shadow should be applied to resultbox. This property is only applicable to IE browser and ResultBoxWindowType should be set to Normal.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public bool ResultBoxShadow {get; set;}
Delphi 
public read-write property ResultBoxShadow: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether shadow should be applied to resultbox. This property is only applicable to IE browser and ResultBoxWindowType should be set to Normal.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
CategoryAttribute("Behavior")
public function get,set ResultBoxShadow : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether shadow should be applied to resultbox. This property is only applicable to IE browser and ResultBoxWindowType should be set to Normal.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property bool get_ResultBoxShadow();
public: __property void set_ResultBoxShadow( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether shadow should be applied to resultbox. This property is only applicable to IE browser and ResultBoxWindowType should be set to Normal.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property bool ResultBoxShadow {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Show the result box's shadow

Concepts

All-new, sleeker User Interface
User Interface Elements

© 2012 Intersoft Solutions Corp. All Rights Reserved.