198
Is it possible to change the header's visual appearance (EBN)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->GetVisualAppearance()->Add(1,"c:\\exontrol\\images\\normal.ebn");
spPropertiesList1->PutHeaderVisible(VARIANT_TRUE);
spPropertiesList1->PutBackColorHeader(0x1000000);
spPropertiesList1->PutHeaderHeight(22);
spPropertiesList1->EndUpdate();

197
Is it possible to change the header's visual appearance

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutHeaderVisible(VARIANT_TRUE);
spPropertiesList1->PutHeaderAppearance(EXPROPERTIESLISTLib::Etched);
spPropertiesList1->PutHeaderHeight(22);
spPropertiesList1->EndUpdate();

196
ImageSize property on 32 (specifies the size of control' icons/images/check-boxes/radio-buttons)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutImageSize(32);
spPropertiesList1->PutDefaultItemHeight(36);
spPropertiesList1->PutHeaderHeight(spPropertiesList1->GetDefaultItemHeight());
spPropertiesList1->GetFont()->PutSize(_variant_t(long(16)));
spPropertiesList1->GetToolTipFont()->PutSize(_variant_t(spPropertiesList1->GetFont()->GetSize()));
spPropertiesList1->GetFilterBarFont()->PutSize(_variant_t(spPropertiesList1->GetFont()->GetSize()));
spPropertiesList1->PutIndent(26);
spPropertiesList1->PutDescriptionHeight(96);
spPropertiesList1->PutDisplayBoolAs(EXPROPERTIESLISTLib::exBoolCheck);
spPropertiesList1->PutFilterBarPromptVisible(EXPROPERTIESLISTLib::exFilterBarVisible);
spPropertiesList1->PutHeaderVisible(VARIANT_TRUE);
spPropertiesList1->Images(_bstr_t("gBJJgBAIDAAEg4AEEKAD/hz/EMNh8TIRNGwAjEZAEXjAojKAjMLjABhkaABAk0plUrlktl0vmExmUzmk1m03nE5nU7nk9miAoE+oVDolFo1HpFJpU5h8Sf9OqFNqUOq") +
"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");
EXPROPERTIESLISTLib::IAppearancePtr var_Appearance = spPropertiesList1->GetVisualAppearance();
	var_Appearance->Add(1,_bstr_t("gBFLBCJwBAEHhEJAAEhABfICg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziaQAGgkNQwCSLIwjNIsBxPFKVQChEYxSjKA40SJNUgyj") +
"6CCY+QLIE5PfQgAL9I6eJABCCSQKkYx0HScRiwPBIbAZAYhCZqaKhWgkKI/WBQIABRDVLx5ESiLRtKy7Mq2bpvXBcNxXHalaztO68LxvKyqHb5fJ/PpgL4YHgmC4NQ7E" +
"MRwF6rfbyfZ7Xg/ORPTijZ4sdzMHTzJyscx3HqfaBoOaZU5eMLceTUMofHIndxCcasPbsOatVqjG5sYjcGC3La9cz3Pq/bpuDCbMxuaK1TrYXr1TTrcofBDldAxXRKDx" +
"RDWVhLnYOw9i6XxzjuXprCaOoKB6EwbiCZZCGOdZYlcT4xHmbhMnwNxtn+G5bmqdZ7n4Pw/i+X5zm+dQ9g4CAFjsfAJheOI8HsDoWDWTB/lwSAQkmA5PEgRYoDyDwYFY" +
"FoFmGCBmBqBphDgRJ0gOTIYBGRB/lyRh0iSCZbjYWJzgWDwIjYLoLmMCJGDKDJjBgWgqG6YhyhGHRzA2aJ1mCABOAiOJvhCZBJBYRoRmSCQmEqEQimkAZgg8TZnDCV4U" +
"kmCUmBKZYJGYWoWCUUhiFMNZckNUh2GENoaGaGZmgmJhqhqZpGGIEx2GYIxSGGGJdggWJth2Z4JmYeoemeSZ2H6H4hGmQhihyTRHGYLg7CiCgmgqIpokoNoOiOaJ4jqA" +
"ochqaZGgaCxpAoZoaiaaJqEmWIcGgShcnCJwqEqFoR3YOoFlgchflqNouiuawHmWSYqGkWZQhcatzmaOoumuSp2j6L5bBaKo0GQKRnGGCxqiyCwmkqMpsksNpOGUGI7A" +
"0ew1G0Rxlg0PptgsZuDG2Sx2l6N5tnYNZZjUDRXDCVo5l2FoymqOpukuNpujubwLjmWY5k0ZwxkaFxYlWdp6j6b5Lnafo/nABQdg2FxcUsY5BkmXAkmeQpckwNRrkKTh" +
"8CSHZBk4NwyC4KxxgMDwakOMZDn8GgwnGAo2C4cwthMcwmCcMoHBMHRehwTIghySYNksZwcH4HBMEsHx5hyPItiweYxnwSZEH4Mozn0fR+DMAo7EYJ50gkdZelKdNql2" +
"UgJn0GIukwH4HicQRai2GI4mSVpNl0dZGledgNgcYpYDWUx3FsOQi5YV5anaTY3G6W53A2RxylydxFjiaxEFCCgBBAQ==");
	var_Appearance->Add(2,_bstr_t("gBFLBCJwBAEHhEJAAEhABcoFg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziaQAGgkNQwCSLIwjNIsBxPFKVQChEYxSjKA40SJNUgyj") +
"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" +
"gRBCCQAgQEA==");
	var_Appearance->Add(3,_bstr_t("gBFLBCJwBAEHhEJAAEhABQ4Fg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziaQAGgkNQwCSLIwjNIsBxPFKVQChEYxSjKA40SJNUgyj") +
"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");
	var_Appearance->Add(4,_bstr_t("gBFLBCJwBAEHhEJAAEhABUYCg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziYBYfgkMIgSbJUgDGAkRRdDSOYDmGQYDiCIoRShOMIjH") +
"LUXxtDaIZwhEAoJb+RgAUY/cTzaAEUwHHiTKInaCQShsFYJUJAdRURQ9EwvCIZBpEWwLChENQwWLCNj2TScBwjCyqbale45ViqdoDU5EUiXJJ8ZxnECfYyrGjaMpCeKB" +
"UrGYTVRBIMxLLSia5oeJqMrnBpNVrIUgXCAGFwHK6BcauXIIDp6XoWWRbAAWDpVVzNNC3YzkCIceADHKiXxmVz4JLdGZ1QTGID2XaYaxWK4oZjsVSc4KDHbETbHFi9Fo" +
"3NaaxGisew+GYc4HlCR5NAAAIIEkQJSGMOgdE4RhYDwJJsAaAYQgmPpolCWgSCiBJzjcEIAkQXIBm8d5UhOQgCDUIBDDJDhgggJgKgKYJIDSVoDk8KBFF4OohEMZgWDs" +
"YYDj4GoGmGSB2B6B5iAiBgYDsYRjGSbIJo4RgqDuIpIAoLoLmMCJGDKDJjJiLA7xqUAAgGTwYnYPoPmQCQGEKEJkEkFg9gGY44BoRoSmSSQ2EKEggHgRhShSZRJFYVoV" +
"mWCRmFKFAgGOTheheZgJgYYoYmYSYWGaF4lkMMJ0hqZpJjYbobmcCZGHKHJmjmJh0h2Z4JmYcIaE8WZ2H6H5oAoBoCiCaBKBYfdjGoJoKiKaJKDaDojmkChGgmIgpCoV" +
"oWiWaJZiSd4mmmSh2h6J5qAqBoiiiaY5iSeIpmqComiqKpqkqNouiuah6hqMIsmsSpWiuGhP1kOoumuSp2j6L5sAsBo54gKwWkaMZsgsJpKjKbJLDaRYxYWRpSjSbIZi" +
"Se41m2CxmlqNptksdpejebR5iSfI4m4S4W16boLiaao6m5fJ9jubwLkaco8m8S5WnaPZunuOp4j6b5Lnac4SA0PAGlgP4wEwFwGkGcIMCcCpCnCCxiA8NYAAmMJfkSbh" +
"FCcFpFnGDBnBqRpUhuEwTDeZ5lHCfw6HIQxLCaAxygyJwqgGcATE4FA6hWY4tjEAAQBAgIA==");
spPropertiesList1->PutBackColorHeader(0x4c6c6c6);
spPropertiesList1->PutSelBackColor(0x4000000);
spPropertiesList1->PutSelForeColor(RGB(0,0,1));
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exCursorHoverColumn,-1);
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exHeaderFilterBarButton,0x4000000);
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exFooterFilterBarButton,0x40000ff);
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exCheckBoxState0,0x1000000);
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exCheckBoxState1,0x2000000);
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exCheckBoxState2,0x3000000);
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(vtMissing,vtMissing);
spPropertiesList1->EndUpdate();

195
ImageSize property on 16 (default) (specifies the size of control' icons/images/check-boxes/radio-buttons)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutImageSize(16);
spPropertiesList1->PutDisplayBoolAs(EXPROPERTIESLISTLib::exBoolCheck);
spPropertiesList1->PutFilterBarPromptVisible(EXPROPERTIESLISTLib::exFilterBarVisible);
spPropertiesList1->PutHeaderVisible(VARIANT_TRUE);
spPropertiesList1->Images(_bstr_t("gBJJgBAIDAAEg4AEEKAD/hz/EMNh8TIRNGwAjEZAEXjAojKAjMLjABhkaABAk0plUrlktl0vmExmUzmk1m03nE5nU7nk9miAoE+oVDolFo1HpFJpU5h8Sf9OqFNqUOq") +
"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");
EXPROPERTIESLISTLib::IAppearancePtr var_Appearance = spPropertiesList1->GetVisualAppearance();
	var_Appearance->Add(4,_bstr_t("gBFLBCJwBAEHhEJAAEhABUYCg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziYBYfgkMIgSbJUgDGAkRRdDSOYDmGQYDiCIoRShOMIjH") +
"LUXxtDaIZwhEAoJb+RgAUY/cTzaAEUwHHiTKInaCQShsFYJUJAdRURQ9EwvCIZBpEWwLChENQwWLCNj2TScBwjCyqbale45ViqdoDU5EUiXJJ8ZxnECfYyrGjaMpCeKB" +
"UrGYTVRBIMxLLSia5oeJqMrnBpNVrIUgXCAGFwHK6BcauXIIDp6XoWWRbAAWDpVVzNNC3YzkCIceADHKiXxmVz4JLdGZ1QTGID2XaYaxWK4oZjsVSc4KDHbETbHFi9Fo" +
"3NaaxGisew+GYc4HlCR5NAAAIIEkQJSGMOgdE4RhYDwJJsAaAYQgmPpolCWgSCiBJzjcEIAkQXIBm8d5UhOQgCDUIBDDJDhgggJgKgKYJIDSVoDk8KBFF4OohEMZgWDs" +
"YYDj4GoGmGSB2B6B5iAiBgYDsYRjGSbIJo4RgqDuIpIAoLoLmMCJGDKDJjJiLA7xqUAAgGTwYnYPoPmQCQGEKEJkEkFg9gGY44BoRoSmSSQ2EKEggHgRhShSZRJFYVoV" +
"mWCRmFKFAgGOTheheZgJgYYoYmYSYWGaF4lkMMJ0hqZpJjYbobmcCZGHKHJmjmJh0h2Z4JmYcIaE8WZ2H6H5oAoBoCiCaBKBYfdjGoJoKiKaJKDaDojmkChGgmIgpCoV" +
"oWiWaJZiSd4mmmSh2h6J5qAqBoiiiaY5iSeIpmqComiqKpqkqNouiuah6hqMIsmsSpWiuGhP1kOoumuSp2j6L5sAsBo54gKwWkaMZsgsJpKjKbJLDaRYxYWRpSjSbIZi" +
"Se41m2CxmlqNptksdpejebR5iSfI4m4S4W16boLiaao6m5fJ9jubwLkaco8m8S5WnaPZunuOp4j6b5Lnac4SA0PAGlgP4wEwFwGkGcIMCcCpCnCCxiA8NYAAmMJfkSbh" +
"FCcFpFnGDBnBqRpUhuEwTDeZ5lHCfw6HIQxLCaAxygyJwqgGcATE4FA6hWY4tjEAAQBAgIA==");
spPropertiesList1->PutBackColorHeader(0x4c6c6c6);
spPropertiesList1->PutSelBackColor(0x4000000);
spPropertiesList1->PutSelForeColor(RGB(0,0,1));
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exCursorHoverColumn,-1);
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exHeaderFilterBarButton,0x4000000);
spPropertiesList1->PutBackground(EXPROPERTIESLISTLib::exFooterFilterBarButton,0x40000ff);
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(vtMissing,vtMissing);
spPropertiesList1->EndUpdate();

194
How can I add property of button type

// ModalPropertyChange event - Fired when the properties browser is about to change a property's value using a modal dialog.
void OnModalPropertyChangePropertiesList1(LPDISPATCH   Property,VARIANT FAR*   Value,BOOL FAR*   Cancel)
{
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'
		#import <ExPropertiesList.dll>
		using namespace EXPROPERTIESLISTLib;
	*/
	EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
	OutputDebugStringW( _bstr_t(spPropertiesList1->GetProperty(vtMissing)) );
}

EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Button","the button is always shown",EXPROPERTIESLISTLib::Button,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Add(L"EditButton","show on focus only",EXPROPERTIESLISTLib::EditButton,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Add(L"EditPage","show on focus only",EXPROPERTIESLISTLib::EditPage,vtMissing,vtMissing,vtMissing);
spPropertiesList1->EndUpdate();

193
Is it possible to decode/view the control's Layout property
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Select(spPropertiesList1);
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPRINTLib' for the library: 'ExPrint 1.0 Control Library'

	#import <ExPrint.dll>
	using namespace EXPRINTLib;
*/
EXPRINTLib::IExPrintPtr var_Print = ::CreateObject(L"Exontrol.Print");
	OutputDebugStringW( var_Print->GetDecode64TextW(spPropertiesList1->GetLayout()) );
spPropertiesList1->EndUpdate();

192
Does your control supports scrolling by touching the screen

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->PutAutoDrag(EXPROPERTIESLISTLib::AutoDragEnum(EXPROPERTIESLISTLib::exAutoDragScrollOnShortTouch | EXPROPERTIESLISTLib::exAutoDragScroll));
spPropertiesList1->EndUpdate();

191
If I enabled the list filter on runtime, the user can click on [x] and close the filter text. Can I disabled this action

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowMultipleValuesOnEnum(VARIANT_TRUE);
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(VARIANT_TRUE,vtMissing);
spPropertiesList1->PutFilterBarPromptVisible(EXPROPERTIESLISTLib::exFilterBarAlwaysVisible);
spPropertiesList1->EndUpdate();

190
Is it possible to specify a different background/foreground color for the property from the cursor, aka hot item

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->PutHotBackColor(RGB(0,0,255));
spPropertiesList1->PutHotForeColor(RGB(255,255,255));
spPropertiesList1->PutSelBackColor(RGB(0,0,128));
spPropertiesList1->PutSelForeColor(RGB(255,255,255));

189
My development environment does not have any Object,GetOcx,DefaultDispatch,GetControlUnknown,nativeObject, ... property, is there any alternative I can pass the component to PrintExt so I can get printed

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->PutTemplate(L"Dim p;p = CreateObject(`Exontrol.Print`);p.PrintExt = Me;p.AutoRelease = False;p.Preview();");

188
How can I display checkboxes for flags values only

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowMultipleValuesOnEnum(VARIANT_TRUE);
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Nextevent",long(81),EXPROPERTIESLISTLib::EditEnum,vtMissing,vtMissing,vtMissing);
	var_Property->AddValue(1,L"Option A");
	var_Property->AddValue(2,L"Option B");
	var_Property->AddValue(3,L"Option C");
	var_Property->AddValue(4,L"Option D");
	var_Property->AddValue(16,L"Flag A");
	var_Property->AddValue(32,L"Flag B");
	var_Property->AddValue(64,L"Flag C");
	var_Property->AddValue(128,L"Flag D");
spPropertiesList1->Refresh();
spPropertiesList1->EndUpdate();

187
Is is possible to display a checkbox on ENUM types

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowMultipleValuesOnEnum(VARIANT_TRUE);
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Nextevent",long(5),EXPROPERTIESLISTLib::EditEnum,vtMissing,vtMissing,vtMissing);
	var_Property->AddValue(1,L"Flag A");
	var_Property->AddValue(2,L"Flag B");
	var_Property->AddValue(4,L"Flag C");
	var_Property->AddValue(8,L"Flag D");
	var_Property->AddValue(16,L"Flag E");
spPropertiesList1->Refresh();
spPropertiesList1->EndUpdate();

186
Is it possible to display the full path in the EditFolder editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Folder","c:\\",EXPROPERTIESLISTLib::EditFolder,vtMissing,vtMissing,vtMissing);
	var_Property->PutOption(EXPROPERTIESLISTLib::exEditFolderTitle,"Current Folder");
	var_Property->PutOption(EXPROPERTIESLISTLib::exEditFolderShowEditBox,VARIANT_FALSE);
	var_Property->PutOption(EXPROPERTIESLISTLib::exEditFolderShowPath,VARIANT_TRUE);

185
How can I include a "New Folder" button so user can create new folders when using the EditFolder form

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Folder","",EXPROPERTIESLISTLib::EditFolder,vtMissing,vtMissing,vtMissing)->PutOption(EXPROPERTIESLISTLib::exEditFolderAllowNewFolder,VARIANT_TRUE);

184
Is it possible to show always the selection in the files/folders list in the EditFolder dialog
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Folder","",EXPROPERTIESLISTLib::EditFolder,vtMissing,vtMissing,vtMissing)->PutOption(EXPROPERTIESLISTLib::exEditFolderNewUI,VARIANT_TRUE);

183
How can I hide the editbox in the EditFolder editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Folder","",EXPROPERTIESLISTLib::EditFolder,vtMissing,vtMissing,vtMissing)->PutOption(EXPROPERTIESLISTLib::exEditFolderShowEditBox,VARIANT_FALSE);

182
How can I include the files in the in the EditFolder editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Folder","",EXPROPERTIESLISTLib::EditFolder,vtMissing,vtMissing,vtMissing)->PutOption(EXPROPERTIESLISTLib::exEditFolderIncludeFiles,VARIANT_TRUE);

181
Is it possible to change the caption in the EditFolder editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Folder","",EXPROPERTIESLISTLib::EditFolder,vtMissing,vtMissing,vtMissing)->PutOption(EXPROPERTIESLISTLib::exEditFolderTitle,"Select a directory...");

180
Is it possible to filter for properties that contains a specified text

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(VARIANT_TRUE,vtMissing);
spPropertiesList1->PutFilterBarPromptVisible(EXPROPERTIESLISTLib::exFilterBarVisible);
spPropertiesList1->PutFilterBarPrompt(L"<font ;7><fgcolor=FF0000><c>Start Filtering...");
spPropertiesList1->PutFilterBarPromptPattern(L"back");
spPropertiesList1->PutIncrementalSearch(EXPROPERTIESLISTLib::exContains);
spPropertiesList1->EndUpdate();

179
How can I filter the properties at runtime

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(VARIANT_TRUE,vtMissing);
spPropertiesList1->PutFilterBarPromptVisible(EXPROPERTIESLISTLib::exFilterBarVisible);
spPropertiesList1->PutFilterBarPrompt(L"<font ;7><fgcolor=FF0000><c>Start Filtering...");
spPropertiesList1->PutFilterBarPromptPattern(L"Back");
spPropertiesList1->EndUpdate();

178
Is it possible to change the caption being displayed in the filter bar

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(VARIANT_TRUE,vtMissing);
spPropertiesList1->PutFilterBarPromptVisible(EXPROPERTIESLISTLib::exFilterBarVisible);
spPropertiesList1->PutFilterBarPrompt(L"<font ;7><fgcolor=FF0000><c>Start Filtering...");
spPropertiesList1->EndUpdate();

177
How can I enable the filter-prompt feature

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(VARIANT_TRUE,vtMissing);
spPropertiesList1->PutFilterBarPromptVisible(EXPROPERTIESLISTLib::exFilterBarVisible);
spPropertiesList1->EndUpdate();

176
How do I specify the height of the control's header bar

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutHeaderVisible(VARIANT_TRUE);
spPropertiesList1->PutHeaderHeight(36);
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(VARIANT_TRUE,vtMissing);
spPropertiesList1->EndUpdate();

175
Is it possible to display a checkbox for ENUM types that allow BIT combinations

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowMultipleValuesOnEnum(VARIANT_TRUE);
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Sort(VARIANT_TRUE,vtMissing);
spPropertiesList1->PutFilterBarPromptVisible(EXPROPERTIESLISTLib::exFilterBarVisible);
spPropertiesList1->PutFilterBarPromptPattern(L"Inc");
spPropertiesList1->EndUpdate();

174
Can I add different EditFile entries with different filters

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Text File","text.txt",EXPROPERTIESLISTLib::EditFile,vtMissing,vtMissing,vtMissing)->PutOption(EXPROPERTIESLISTLib::exEditFileFilter,"Text Files (*.txt)|*.txt");
spPropertiesList1->Add(L"INI File","text.ini",EXPROPERTIESLISTLib::EditFile,vtMissing,vtMissing,vtMissing)->PutOption(EXPROPERTIESLISTLib::exEditFileFilter,"INI Files (*.ini)|*.ini");
spPropertiesList1->EndUpdate();

173
Is it possible to expand items/entries when user types for searching properties

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutExpandOnSearch(VARIANT_TRUE);
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->EndUpdate();

172
Is it possible to show ticks on the slider control

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Slider",long(50),EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing);
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Slider w/h ticks",long(50),EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing);
	var_Property->PutSliderStep(10);
	var_Property->PutSliderTickFrequency(10);
spPropertiesList1->Refresh();

171
How can I edit a number between a range or interval
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Slider",long(50),EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing);
	var_Property->PutNumeric(VARIANT_TRUE);
	var_Property->PutSpinStep(0);
	var_Property->PutSliderWidth(0);
	var_Property->PutSliderStep(0);
	var_Property->PutSliderMin(0);
	var_Property->PutSliderMax(100);

170
How can I edit a number between a range or interval
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Slider","0.5",EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing);
	var_Property->PutNumericFloat(VARIANT_TRUE);
	var_Property->PutSpinStep(0);
	var_Property->PutSliderWidth(0);
	var_Property->PutSliderStep(0);
	var_Property->PutSliderMin(0);
	var_Property->PutSliderMax(1);

169
How can I add a slider or track bar editor, with a fixed size

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Slider","0.5",EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing)->PutSliderWidth(48);
spPropertiesList1->EndUpdate();

168
How can I add a slider or track bar editor, so it covers half of the cell
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Slider","0.5",EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing)->PutSliderWidth(-50);
spPropertiesList1->EndUpdate();

167
How can I add a slider or track bar editor, so it covers the full cell

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Slider","0.5",EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing)->PutSliderWidth(-100);
spPropertiesList1->EndUpdate();

166
How can I add a spin editor within a range or interval of float numbers

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowSpin(VARIANT_TRUE);
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Slider","0.5",EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing);
	var_Property->PutNumericFloat(VARIANT_TRUE);
	var_Property->PutSpinStep(".01");
	var_Property->PutSliderWidth(0);
	var_Property->PutSliderMin(0);
	var_Property->PutSliderMax(1);
spPropertiesList1->EndUpdate();

165
How can I add a spin editor within a range or interval of numbers

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowSpin(VARIANT_TRUE);
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Slider",long(10),EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing);
	var_Property->PutNumeric(VARIANT_TRUE);
	var_Property->PutSliderWidth(0);
	var_Property->PutSliderMin(5);
	var_Property->PutSliderMax(15);
spPropertiesList1->EndUpdate();

164
Can I use your HTML format to display a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->GetVisualAppearance()->Add(1,"c:\\exontrol\\images\\normal.ebn");
spPropertiesList1->PutSelBackColor(0x1000000);
spPropertiesList1->PutSelForeColor(RGB(0,0,0));
spPropertiesList1->Images(_bstr_t("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq") +
"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=");
spPropertiesList1->PutColumnWidth(long(0),304);
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"I1","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
	var_Property->PutHTMLName(_bstr_t("<br>text<off 4>subscript</off><off -4>sup<off -4>ers</off>cript</off> icons <img>1</img>, <img>2</img>, ... pictures <img>p1</i") +
"mg>, <img>p2</img> <br><br>text <b>bold</b>, <i>italic</i>, <u>underline</u>, <s>strikeout</s>, ...<br><dotline>and so on...<br>" +
" <a>anchor</a> or <a2>hyperlink</a><br><fgcolor=FF0000>fgcolor</fgcolor> or <bgcolor=00FF00>bgcolor</bgcolor>");
	var_Property->PutHeight(128);
EXPROPERTIESLISTLib::IPropertyPtr var_Property1 = spPropertiesList1->Add(L"I2","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
	var_Property1->PutHTMLName(L"<sha ;;0>antialiasing</sha> format");
spPropertiesList1->EndUpdate();

163
How can I display I picture to a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutHTMLPicture(L"pic1","c:\\exontrol\\images\\zipdisk.gif");
spPropertiesList1->PutHTMLPicture(L"pic2","c:\\exontrol\\images\\auction.gif");
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Picture 1","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
	var_Property->PutHTMLName(L"<img>pic1</img> <b>1</b>");
	var_Property->PutHeight(48);
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
EXPROPERTIESLISTLib::IPropertyPtr var_Property1 = spPropertiesList1->Add(L"Picture 2","link2",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
	var_Property1->PutHTMLName(L"<img>pic2</img> <b>2</b>");
	var_Property1->PutHeight(32);
spPropertiesList1->EndUpdate();

162
How do I display an icon to a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutDefaultItemHeight(18);
spPropertiesList1->BeginUpdate();
spPropertiesList1->Images(_bstr_t("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq") +
"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=");
spPropertiesList1->Add(L"I1","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutHTMLName(L"<img>1</img> <b>1</b>");
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Add(L"I2","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutHTMLName(L"<img>2</img> <b>2</b>");
spPropertiesList1->EndUpdate();

161
How do I specify the height of a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutHTMLPicture(L"pic1","c:\\exontrol\\images\\zipdisk.gif");
spPropertiesList1->PutHTMLPicture(L"pic2","c:\\exontrol\\images\\auction.gif");
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Picture 1","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
	var_Property->PutHTMLName(L"<img>pic1</img> <b>1</b>");
	var_Property->PutHeight(48);
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
EXPROPERTIESLISTLib::IPropertyPtr var_Property1 = spPropertiesList1->Add(L"Picture 2","link2",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
	var_Property1->PutHTMLName(L"<img>pic2</img> <b>2</b>");
	var_Property1->PutHeight(48);
spPropertiesList1->EndUpdate();

160
How do I edit a float number

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowSpin(VARIANT_TRUE);
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Edit","0.5",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
	var_Property->PutNumericFloat(VARIANT_TRUE);
	var_Property->PutSpinStep("0.1");
spPropertiesList1->EndUpdate();

159
How do I change the step for a spin

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowSpin(VARIANT_TRUE);
spPropertiesList1->Add(L"Edit",long(10),EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutSpinStep(10);
spPropertiesList1->EndUpdate();

158
How do I sort the items in a drop down editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Enum",long(1),EXPROPERTIESLISTLib::EditEnum,vtMissing,vtMissing,vtMissing);
	var_Property->PutDropDownItems(1);
	var_Property->AddValue(1,L"First choice");
	var_Property->AddValue(2,L"Second choice");
	var_Property->AddValue(3,L"Third choice");
	var_Property->SortItems(vtMissing,vtMissing);
spPropertiesList1->Refresh();

157
How do I specify the number of visible items in a drop down editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Enum",long(1),EXPROPERTIESLISTLib::EditEnum,vtMissing,vtMissing,vtMissing);
	var_Property->PutDropDownItems(1);
	var_Property->AddValue(1,L"First choice");
	var_Property->AddValue(2,L"Second choice");
	var_Property->AddValue(3,L"Third choice");
spPropertiesList1->Refresh();

156
How do I bold a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutBold(VARIANT_TRUE);
spPropertiesList1->EndUpdate();

155
How do I disable or enable a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutEnabled(VARIANT_FALSE);
spPropertiesList1->EndUpdate();

154
How do I specify a tooltip for a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowTooltip(VARIANT_TRUE);
spPropertiesList1->Add(L"ToolTip","",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutToolTip(L"This is a bit of text that shows up when the user hovers the cursor");
spPropertiesList1->EndUpdate();

153
How do I specify the masking character

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Edit",long(12),EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
	var_Property->PutMask(L"##");
	var_Property->PutMaskChar(48);
spPropertiesList1->EndUpdate();

152
How do I specify a mask

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit",long(12),EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutMask(L"##");
spPropertiesList1->EndUpdate();

151
How do I edit a number

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutAllowSpin(VARIANT_TRUE);
spPropertiesList1->Add(L"Edit",long(15),EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutNumeric(VARIANT_TRUE);
spPropertiesList1->EndUpdate();

150
How do I change the foreground color for a cell

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutCellForeColor(long(0),RGB(255,0,0));
spPropertiesList1->EndUpdate();

149
How do I change the foreground color for a cell

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutCellForeColor(long(1),RGB(255,0,0));
spPropertiesList1->EndUpdate();

148
How do I change the background color for a cell

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutCellBackColor(long(0),RGB(255,0,0));
spPropertiesList1->EndUpdate();

147
How do I change the background color for a cell

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutCellBackColor(long(1),RGB(255,0,0));
spPropertiesList1->EndUpdate();

146
How do I change the background color for a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutBackColor(RGB(255,0,0));
spPropertiesList1->EndUpdate();

145
How do I change the foreground color for a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutForeColor(RGB(255,0,0));
spPropertiesList1->EndUpdate();

144
How do I associate an extra data to a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Color",long(255),EXPROPERTIESLISTLib::EditColor,vtMissing,vtMissing,vtMissing)->PutUserData("your data");
spPropertiesList1->EndUpdate();

143
How do I get the caption of the property, as it is displayed in the browser

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Color",long(255),EXPROPERTIESLISTLib::EditColor,vtMissing,vtMissing,vtMissing)->PutID(12345);
spPropertiesList1->Add(spPropertiesList1->GetProperty("Color")->GetDisplayValue(),"",EXPROPERTIESLISTLib::Label,vtMissing,vtMissing,vtMissing)->PutBold(VARIANT_TRUE);
spPropertiesList1->EndUpdate();

142
How do I get the value of the property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutID(12345);
spPropertiesList1->Add(spPropertiesList1->GetProperty("Edit")->GetValue(),"",EXPROPERTIESLISTLib::Label,vtMissing,vtMissing,vtMissing)->PutBold(VARIANT_TRUE);
spPropertiesList1->EndUpdate();

141
How do I make a property read only
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutLocked(VARIANT_TRUE);
spPropertiesList1->EndUpdate();

140
How do I specify a description for a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutDescription(L"This is just a description");
spPropertiesList1->PutSelectedProperty(((EXPROPERTIESLISTLib::IPropertyPtr)(spPropertiesList1->GetProperty("Edit"))));
spPropertiesList1->EndUpdate();

139
How do I get the identifer of the property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutID(12345);
spPropertiesList1->Add(spPropertiesList1->GetProperty("Edit")->GetID(),"",EXPROPERTIESLISTLib::Label,vtMissing,vtMissing,vtMissing)->PutBold(VARIANT_TRUE);
spPropertiesList1->Refresh();

138
How do I get the type of the property
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Add(spPropertiesList1->GetProperty("Edit")->GetType(),"",EXPROPERTIESLISTLib::Label,vtMissing,vtMissing,vtMissing)->PutBold(VARIANT_TRUE);
spPropertiesList1->Refresh();

137
How do I get the name of the property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Add(spPropertiesList1->GetProperty("Edit")->GetName(),"",EXPROPERTIESLISTLib::Label,vtMissing,vtMissing,vtMissing)->PutBold(VARIANT_TRUE);
spPropertiesList1->Refresh();

136
How do I select a folder

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Folder","",EXPROPERTIESLISTLib::EditFolder,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

135
How do I select a file

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"File","",EXPROPERTIESLISTLib::EditFile,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

134
How do I slider or trackbar editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Slider",long(50),EXPROPERTIESLISTLib::EditSlider,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

133
How do I add a button

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Button","Aaa",EXPROPERTIESLISTLib::EditButton,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

132
How do I add a check box editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Check",VARIANT_TRUE,EXPROPERTIESLISTLib::EditCheck,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

131
How do I add a color editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Color",long(255),EXPROPERTIESLISTLib::EditColorPage,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

130
How do I add a new object properties inside the control

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"MySelf 1",spPropertiesList1,EXPROPERTIESLISTLib::EditObject,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Add(L"MySelf 2",spPropertiesList1,EXPROPERTIESLISTLib::EditObject,vtMissing,vtMissing,vtMissing);
spPropertiesList1->EndUpdate();

129
How do I add a new objects inside the control

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->Add(L"MySelf",spPropertiesList1,EXPROPERTIESLISTLib::EditObject,vtMissing,vtMissing,vtMissing);
spPropertiesList1->EndUpdate();

128
How do I add a drop down editor with some predefined values

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"DropDown","Aaa",EXPROPERTIESLISTLib::EditDropDown,vtMissing,vtMissing,vtMissing);
	var_Property->AddValue(1,L"First choice");
	var_Property->AddValue(2,L"Second choice");
	var_Property->AddValue(3,L"Third choice");
spPropertiesList1->Refresh();

127
How do I add a password editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Password","pass",EXPROPERTIESLISTLib::EditPassword,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

126
How do I add a date picker editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Date","1/1/2001",EXPROPERTIESLISTLib::EditDate,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

125
How do I add a drop down editor with some predefined values

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
EXPROPERTIESLISTLib::IPropertyPtr var_Property = spPropertiesList1->Add(L"Enum",long(1),EXPROPERTIESLISTLib::EditEnum,vtMissing,vtMissing,vtMissing);
	var_Property->AddValue(1,L"First choice");
	var_Property->AddValue(2,L"Second choice");
	var_Property->AddValue(3,L"Third choice");
spPropertiesList1->Refresh();

124
How do I add a boolean editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Boolean",VARIANT_TRUE,EXPROPERTIESLISTLib::EditBoolean,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

123
How do I add a button or a page editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Page","",EXPROPERTIESLISTLib::EditPage,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

122
How do I add a picture editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Picture",vtMissing,EXPROPERTIESLISTLib::EditPicture,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

121
How do I add a font editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Font","Arial",EXPROPERTIESLISTLib::EditFontName,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

120
How do I add a font editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Font","Arial",EXPROPERTIESLISTLib::EditFont,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

119
How do I add a color editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Color",long(255),EXPROPERTIESLISTLib::EditColor,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

118
How do I add an edit

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Add(L"Edit","text",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

117
How do I specify the character sets being included in the font editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutOption(EXPROPERTIESLISTLib::exFontCharSet,"0");
spPropertiesList1->Add(L"Font","Arial",EXPROPERTIESLISTLib::EditFontName,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

116
How do I show or hide the bottom scroll bar in the drop down date picker calendar editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutOption(EXPROPERTIESLISTLib::exDateShowScroll,VARIANT_FALSE);
spPropertiesList1->Add(L"Date","1/1/2001",EXPROPERTIESLISTLib::EditDate,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

115
How do highlight the "Today" date is the drop down date picker calendar editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutOption(EXPROPERTIESLISTLib::exDateMarkToday,VARIANT_TRUE);
spPropertiesList1->Add(L"Date","1/1/2001",EXPROPERTIESLISTLib::EditDate,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

114
How do I show or hide the "Today" button is the drop down date picker calendar editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutOption(EXPROPERTIESLISTLib::exDateShowTodayButton,VARIANT_FALSE);
spPropertiesList1->Add(L"Date","1/1/2001",EXPROPERTIESLISTLib::EditDate,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

113
How to specify the first day of the week in the drop down date picker calendar editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutOption(EXPROPERTIESLISTLib::exDateFirstWeekDay,long(1));
spPropertiesList1->Add(L"Date","1/1/2001",EXPROPERTIESLISTLib::EditDate,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

112
How to specifies the shortcut for the weekdays to be displayed in the drop down date picker calendar editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutOption(EXPROPERTIESLISTLib::exDateWeekDays,"Du Lu Ma Mi Jo Vi Si");
spPropertiesList1->Add(L"Date","1/1/2001",EXPROPERTIESLISTLib::EditDate,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

111
How can I change the name of the months in the drop down date picker calendar editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutOption(EXPROPERTIESLISTLib::exDateMonths,"Janvier Février Mars Avril Mai Juin Juillet Août Septembre Octobre Novembre Décembre");
spPropertiesList1->Add(L"Date","1/1/2001",EXPROPERTIESLISTLib::EditDate,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

110
Can I change the "Today" caption being displayed in the drop down date picker calendar editor

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutOption(EXPROPERTIESLISTLib::exDateTodayCaption,"Azi");
spPropertiesList1->Add(L"Date","1/1/2001",EXPROPERTIESLISTLib::EditDate,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Refresh();

109
How can I open the drop down editors, using a different than F4 key
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutEditOnSelect(VARIANT_FALSE);
spPropertiesList1->PutEditOnKey(113);
spPropertiesList1->Select(spPropertiesList1);

108
How do I display the color properties as RGB

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->BeginUpdate();
spPropertiesList1->PutDisplayColorAs(EXPROPERTIESLISTLib::exRGB);
spPropertiesList1->Add(L"Red",long(255),EXPROPERTIESLISTLib::EditColor,vtMissing,vtMissing,vtMissing);
spPropertiesList1->Add(L"Blue",long(16711680),EXPROPERTIESLISTLib::EditColor,vtMissing,vtMissing,vtMissing);
spPropertiesList1->EndUpdate();

107
How do I get the list of properties being listed as a string

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->Add(L" _ toString _ ",spPropertiesList1->GetToString(EXPROPERTIESLISTLib::exLiterals),EXPROPERTIESLISTLib::EditButton,vtMissing,vtMissing,vtMissing)->PutBold(VARIANT_TRUE);
spPropertiesList1->Sort(VARIANT_TRUE,vtMissing);

106
How can I display a picture to a property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutDefaultItemHeight(48);
spPropertiesList1->PutHTMLPicture(L"pic1","c:\\exontrol\\images\\zipdisk.gif");
spPropertiesList1->PutHTMLPicture(L"pic2","c:\\exontrol\\images\\auction.gif");
spPropertiesList1->Add(L"Picture 1","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutHTMLName(L"Pic <img>pic1</img> or <img>pic2</img>");
spPropertiesList1->Refresh();

105
How do I show or hide the properties with multiple parameters

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutShowMultipleParams(VARIANT_FALSE);
spPropertiesList1->Select(spPropertiesList1);

104
How can I add a hyperlink or anchor element

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutBackColor(RGB(255,255,255));
spPropertiesList1->PutSelBackColor(spPropertiesList1->GetBackColor());
spPropertiesList1->PutSelForeColor(spPropertiesList1->GetForeColor());
spPropertiesList1->Add(L"Link 1","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutHTMLName(L"Link <a1>one</s>");
spPropertiesList1->Refresh();

103
Can I change the visual effect, appearance for the anchor, hyperlink elements, in HTML captions, after the user clicks it

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutSelBackColor(RGB(255,128,255));
spPropertiesList1->PutFormatAnchor(VARIANT_FALSE,L"<b><u><fgcolor=880000> </fgcolor></u></b>");
spPropertiesList1->Add(L"Link 1","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutHTMLName(L"Link <a1>one</s>");
spPropertiesList1->Refresh();

102
Can I change the visual effect, appearance for the anchor, hyperlink elements, in HTML captions

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutSelBackColor(RGB(255,128,255));
spPropertiesList1->PutFormatAnchor(VARIANT_TRUE,L"<b><u> </u></b>");
spPropertiesList1->Add(L"Link 1","link1",EXPROPERTIESLISTLib::Edit,vtMissing,vtMissing,vtMissing)->PutHTMLName(L"Link <a1>one</s>");
spPropertiesList1->Refresh();

101
How do I specify the indentation of the child items relative to their parents

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPROPERTIESLISTLib' for the library: 'ExPropertiesList 1.0 Control Library'

	#import <ExPropertiesList.dll>
	using namespace EXPROPERTIESLISTLib;
*/
EXPROPERTIESLISTLib::IPropertiesListPtr spPropertiesList1 = GetDlgItem(IDC_PROPERTIESLIST1)->GetControlUnknown();
spPropertiesList1->PutAutoIndent(VARIANT_FALSE);
spPropertiesList1->PutIndent(8);
spPropertiesList1->Select(spPropertiesList1);
spPropertiesList1->ExpandAll();